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>"
}'
This response does not have an example.

Authorizations

X-API-KEY
string
header
required

Body

application/json
email
string
required

Response