curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/shipments/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Deletes a Shipment
curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/shipments/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Record deleted
Was this page helpful?