Authorizations
Body
application/json
The request body for this endpoint accepts a JSON object that includes account information, caller type, and the IDs of the labels that are to be canceled.
A list of accounts involved in the label cancellation request.
Example:
[
{
"accountNumber": "AC0088",
"accountType": "SHIPPER"
}
]
The type of entity making the cancellation request (e.g., SHIPPER or CARRIER).
Example:
"SHIPPER"
A list of label IDs to be canceled.
The unique identifier of the label to be canceled.
Example:
["PEBMLQJ7"]