API: Delete Designation

Request

Soft delete a specific Designation by ID:

DELETE /designations/{id}

Sample Response:

                    
{
    "status": "success",
    "message": "Designation deleted successfully"
}
                    
                

Notes:

  • The designation ID is required in the URL to specify which designations to delete.
  • If the designation does not exist, the API will return an error response.