Skip to main content
DELETE
/
end-users
/
{id}
Delete end user
curl --request DELETE \
  --url https://app.usechar.ai/api/end-users/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource

Body

application/json

The body is of type object.

Response

OK

Response schema for delete operations

success
boolean
required

Indicates whether the deletion was successful