Skip to main content
DELETE
/
designations
/
{id}
DELETE /designations/123e4567-e89b-12d3-a456-426614174000
{
  "success": true,
  "message": "designation deleted"
}
Delete a specific designation using its unique identifier. This endpoint requires Super Admin or HR Manager role.
This action cannot be undone. Make sure you want to permanently delete this designation before proceeding.

Path Parameters

id
string
required
The unique identifier of the designation (UUID)

Response

success
boolean
Indicates if the request was successful
message
string
Confirmation message
DELETE /designations/123e4567-e89b-12d3-a456-426614174000
{
  "success": true,
  "message": "designation deleted"
}

Build docs developers (and LLMs) love