OMS
//
Delete Order by ID
This operation performs a soft delete of an order identified by orderId. The order is marked as deleted and is no longer available for processing or fulfillment
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/ordermanagement/api/v1/orders/{orderId}
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/ordermanagement/api/v1/orders/{orderId}
- Sandbox Server for Canadahttps://api-ppd.shipping360.pitneybowes.com/ca/shipping/api/v1/orders/{orderId}
- Production Server for Canadahttps://api.shipping360.pitneybowes.com/ca/shipping/api/v1/orders/{orderId}
curl -i -X DELETE \
'https://api-sandbox.sendpro360.pitneybowes.com/ordermanagement/api/v1/orders/{orderId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'The specified order has been deleted successfully.
Response
{ "orderId": "PBM75CRknylo", "status": "Deleted", "transactionDateTime": "2026-01-01T09:27:36.775Z" }