Remove the consolidation of a parcel with an outer consignment

Delete a consolidation of two consignments that are linked as "inner" (child) and "outer" (parent) consignments.

Note: You can use this operation if the consignment lifecycle status of each consignment is Unallocated, Allocated, Printed, or Ready to manifest. Using the operation does not change the status of a modified consignment.

SecurityBasicAuth
Request
path Parameters
consignmentCode
required
string

Consignment identifier of the inner consignment.

parcelCode
required
string

Parcel identifier of the parcel in the inner consignment.

Responses
204

Consolidation of consignments successfully deleted

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict - Consignment cannot be unlinked because the consignment is in a consignment lifecycle status where it cannot be modified

500

Internal Server Error

delete/consignments/{consignmentCode}/parcels/{parcelCode}/consolidate
Request samples
Response samples
application/json
{
  • "errorCode": "string",
  • "message": "string",
  • "systemMessage": "string",
  • "traceID": "string",
  • "timestamp": "2019-08-24T14:15:22Z"
}