Requires authentication
Endpoint
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Delete a user
DELETE /users/{id}
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
{
"success": true,
"data": {
"message": "User deleted successfully"
}
}
Was this page helpful?