Skip to content

Delete location workload levelling set

Request

Delete a location workload levelling set by its business_id.

Security
clientCredentials
Path
business_idstring^[a-zA-Z0-9.~\-_]+$required

The unique identifier of an entity

Headers
If-Matchstring

Weak Etag used for optimistic locking.

Example:W/"24"
curl -i -X DELETE \
  'https://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/location-workload-levelling-sets/{business_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'If-Match: W/"24"'

Responses

Delete successful

Response
No content