Skip to content

Delete a transport request with specified Id

Request

This endpoint allows you to delete the information about a given TransportRequest. Deleting a Transport Request will also delete all orders within it.

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

Responses

Deletion has succeeded, but body is empty

Response
No content