Cancel a pending or submitted order. Orders can only be cancelled if they have not been accepted by providers.
cURL
curl --request PATCH \ --url https://api.offergrid.io/reseller/orders/{id}/cancel \ --header 'x-api-key: <api-key>'
Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.
Order successfully cancelled
Was this page helpful?