Cancel Order on Grubtech

The POST /{applicationId}/orders/{id}/cancel endpoint is designed to allow external applications, identified by the applicationId, to cancel an order on the Grubtech platform. This endpoint provides a structured way for aggregator platforms or external systems to initiate the cancellation of orders, ensuring that cancellations are accurately recorded and processed in the Grubtech system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Application ID provided by GrubTech to identify the integration

string
required

Order id provided by aggregator platform.

Body Params

Order cancellation information

string
enum
required

Order cancellation reasons

Allowed:
string

Reason or note for cancellation

string
required

Order cancellation time. Represented in ISO 8601 format.

Responses
204

No Content

400

Bad Request

404

The specified resource was not found

500

Internal Server Error

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!