post https://your-endpoint.com/cancel
If your integration supports the cancelation of labels. This endpoint can be used to process the request.
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."
}
]
}