Skip to main content
DELETE
/
v1
/
{app_id}
/
users
/
{id}
Delete user
curl --request DELETE \
  --url https://{defaultHost}/v1/{app_id}/users/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Authorization: <api-key>'
{
  "message": "ok"
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

id
string
required

User ID

Response

successful

message
string
Example:

"ok"