Skip to main content
DELETE
/
customers
/
{customerId}
API to delete a customer
curl --request DELETE \
  --url https://api.getenso.ai/customers/{customerId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
SystemUser permission: CustomerService:deleteCustomer

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

customerId
string
required

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

Endpoint-specific payload (object, array, or null)