Delete user
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
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://app.orbiqhq.com/api/v1/users/550e8400-e29b-41d4-a716-446655440000"{
"success": true,
"data": {
"id": "string"
}
}Empty
Empty
{
"error": "You cannot delete your own account."
}Empty
{
"error": "User has related records and cannot be deleted.",
"code": "has_dependencies"
}Empty
How is this guide?