Skip to content

Delete order-order restriction set

Request

Delete an order-order restriction set by its ID.

Security
clientCredentials
Path
idstring^[a-zA-Z0-9.~\-_]{1,200}$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/order-order-restriction-sets/{id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'If-Match: W/"24"'

Responses

Delete successful

Response
No content