| Header | Value |
| Session | The ticket received from Authorization Request |
| Content-Type | application/json |
| Field | Value |
| command | removeUser |
| id | The ID of the user to remove |
{
"command": "removeUser",
"id": "manager"
}
{
"status": "OK"
}
{
"status": "Error",
"reason": "User owns memories"
}