Sign in

Delete Order

documented

Delete the order data (attachments and transcripts are removed).

DELETE /api/v1/orders/{ordernum}Ordersno 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/{{$ordernum}}\" \
  -X DELETE \
  -H \"Authorization: Rev {{REV_CLIENT_API_KEY}}:{{REV_USER_API_KEY}}\" \
  -H \"Accept: application/json\"
Delete Order · Rev · OpenIntegrations