Sign in

Cancel Order

documented

Request cancellation of an order that has not started processing.

POST /api/v1/orders/{order_num}/cancelOrdersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.rev.com/api/v1/orders/{{$order_num}}/cancel" \
  -X POST \
  -H "Authorization: Bearer {{REV_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Cancel Order · Rev · OpenIntegrations