Installer.com Docs
API ReferenceV1
POST
/api/v1/order/{orderId}/cancel
AuthorizationBearer <token>

Installer.com auth token

In: header

Path Parameters

orderId*string
Formatuuid

Request Body

application/json

Cancel order payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "http://localhost:8000/api/v1/order/497f6eca-6276-4993-bfeb-53cbbbba6f08/cancel" \  -H "Content-Type: application/json" \  -d '{    "cancelReason": "CUSTOMER_NON_RESPONSIVE"  }'
Empty