Skip to main content
DELETE
/
v1
/
balances
/
{id}
Delete a balance record
curl --request DELETE \
  --url https://api.wellapp.ai/v1/balances/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string<uuid>
required

Unique identifier of the balance record to delete

Response

Balance record successfully deleted (no content returned)

I