Delete user
Permanently delete a user account. Users cannot delete their own accounts. This action cannot be undone.
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?