Delete entire shipment

View as Markdown
- DELETE Shipment endpoint is used to delete shipment - Shipment can be deleted only until it is finished (confirmed). After shipment is finished, it is not allowed to delete shipment.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Response

OK
dataobject
statusstring
messagestring
statusCodeinteger

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error