Skip to content

Delete Manager

DeleteManager

Description: Deletes a manager account from the platform using their unique identifier.

Access Control

šŸ›”ļø Access Level Required: SESSION_ADMIN or SESSION_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"
}