Delete User
Remove a user from the platform.
Endpoint
DELETE /api/user/:id
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the user to delete |
Response
{
"message": "User successfully deleted",
"id": "string"
}
Notes
- This action is permanent and cannot be undone
- Only platform administrators can delete users
- All associated user data will be removed
- Active sessions for the deleted user will be terminated