Company logoTrust Center Documentation

Delete user

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

DELETE
/api/v1/users/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

User ID

Formatuuid

Response Body

fetch("https://app.orbiqhq.com/api/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08")
{
  "success": true,
  "data": {
    "id": "string"
  }
}
Empty
Empty
{
  "error": "You cannot delete your own account."
}
Empty
Empty

How is this guide?