Company logoTrust Center Documentation

Delete user

Permanently delete a user account. Users cannot delete their own accounts. This action cannot be undone. Browse request parameters, authentication…

DELETE
/api/v1/users/{id}

Permanently delete a user account. Users cannot delete their own accounts. This action cannot be undone.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

User ID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/users/550e8400-e29b-41d4-a716-446655440000"
{  "success": true,  "data": {    "id": "string"  }}

How is this guide?