FulfillmentCartons

Delete Carton

Delete a carton by ID

Note: Cartons can only be deleted if they:

  • Are not being used by any packages
DELETE
/shipos/cartons/{carton_id}
x-access-token<token>

In: header

Path Parameters

carton_id*string

The ID of the carton to delete

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/shipos/cartons/string"
Empty