Skip to content

Delete a conditional by Id

Request

This endpoint allows you to delete a given conditional

Security
clientCredentials
Path
idstringrequired

The generated identifier of an entity instance

Headers
If-Matchstring

weak Etag as optimistic locking check

curl -i -X DELETE \
  'https://developer.conundra.eu/_mock/apis/order-book/order-book-api/conditionals/{id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'If-Match: string'

Responses

Deletion has succeeded and body is empty

Response
No content