Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Deactivate an admin account
PATCH /admins/{id}/deactivate
{
"success": true,
"data": {
"id": "uuid",
"isActive": false
}
}
Was this page helpful?