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
The unique identifier of the designation (UUID)
Response
Indicates if the request was successful
DELETE /designations/123e4567-e89b-12d3-a456-426614174000
{
"success": true,
"message": "designation deleted"
}