Delete a specific break type
DELETE
/api/organizations/{organization_id}/locations/{location_id}/breaks/{id}
locations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/organizations//locations//breaks/'
Response Response Example
200 - Success
{
"message": "Break type ID break_type_001 deleted successfully."
}
Request
Path Params
organization_id
string
required
Example:
org_12345
location_id
string
required
Example:
loc_001
id
string
required
Example:
break_type_001