This endpoint allows users to cancel shipping labels by sending account details, caller type, and the label ID. It returns the cancellation status or relevant errors if the label was already canceled.
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.
The body is of type object
.
Cancel label successful
The response is of type object[]
.