Void a label
Voids a shipping label and initiates a refund. Only labels with status draft or purchased can be voided.
Parameters
Path Parameters
id
string
Required
The label ID to void
Returns
200
Label voided successfully
400
Cannot void label
401
Authentication required
404
Label not found
Related
Labels
DELETE/api/v1/labels/[id]