Skip to content

Delete a location with specified business id.

Request

This endpoint allows you to delete a location.

Locations can only be deleted if they are no longer in use by future orders or conditionals.

Security
clientCredentials
Path
business_idstring^[a-zA-Z0-9.~\-_]{1,512}$required

The business 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/locations/{business_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'If-Match: string'

Responses

Deletion has succeeded, but body is empty

Response
No content