Delete Manager
DeleteManager¶
Description: Deletes a manager account from the platform using their unique identifier.
Access Control¶
š”ļø Access Level Required:
SESSION_ADMINorSESSION_MANAGER
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
| id | int | Yes | ID of the manager to delete |
Request Example¶
{
"id": 42
}
Response Example¶
{
"data": "OK"
}
ā ļø If the deletion fails or the ID does not exist, an error response will be returned:
{ "error": "DELETE_MANAGER_ERROR" }