delete https://t{tenantId}-s{siteId}.{env}.mozu.com/api/commerce/shipments/order/
Delete the shipments of an order.
Responses
204No Content
401Unauthorized
403Forbidden
Delete the shipments of an order.
204No Content
401Unauthorized
403Forbidden
xxxxxxxxxx
curl --request DELETE \
--url https://t0-s0.sandbox.mozu.com/api/commerce/shipments/order/orderId \
--header 'accept: application/json'
Try It!
to start a request and see the response here!