Delete entire shipment
- 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
data
status
message
statusCode
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error

