Delete parcels from specified shipment

View as Markdown

• DELETE Parcels endpoint is used to delete parcels explixitly from shipment
• Parcels can be deleted only until shipment is finished (confirmed). After shipment is finished, it is not allowed to delete parcels.

Authentication

AuthorizationBasic

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

Path parameters

documentNumberstringRequired

Query parameters

reqIdstringOptional

Request

This endpoint expects a list of strings.

Response

OK
dataobject
statusstring
messagestring
statusCodeinteger

Errors

401
Unauthorized Error