/Shipments/{ShipmentID} DELETE

Cancels a shipment for a seller.

URL
/Shipments/{ShipmentID}
Verb
DELETE

Headers

Header Data Type Valid Values Required Description
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string YES The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the body of the request.

None

Output

If the shipment does not exist, you will receive a 404 NotFound

If the shipment is not cancelled successfully, you will receive a 400 BadRequest and a Message Response indicating the reason.

If there are no errors with the input parameters, this call will respond with a 200 OK and a Message Response indicating success.