- Delete a location with specified business id.
Get a list of all locations by ids
Get a list of locations by filter criteria
Get a location with specified business Id
Upsert a location with specified business Id
Delete a location with sp...
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
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/locations/{business_id}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/locations/{business_id}
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'