Skip to main content
DELETE
/
v0
/
settings
/
users
Deletes a user
curl --request DELETE \
  --url https://{hostname}.gable.ai/v0/settings/users \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "email": "<string>"
}
'
{
  "message": "<string>",
  "id": 123,
  "title": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
email
string
required

The email address of the user, which is the primary ID in Gable

Response

User was deleted successfully