Void label

If your integration supports the cancelation of labels. This endpoint can be used to process the request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Expected Response

Success

Sending back a 200 OK response status code indicates the label was successfully voided.

Error

If the label has failed to be voided, then a 4xx status code can be sent back along with a response body which will then be stored in Fulfil for the user to have visibility into the failure.

Please see our guide on Error handling for additional information.

{
    "errors": [
        {
            "code": "VD-001",
            "description": "30 days have passed since label generation."
        }
    ]
}
Body Params
json
Defaults to {"reference": "1234567890"}

The reference value will refer to the tracking number of the to be voided label.

Headers
string
Defaults to Basic abCDeFG
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json