Skip to main content
DELETE
/
api
/
v1
/
orders
/
{document_id}
Delete Order
curl --request DELETE \
  --url https://staging.cutmake.ai/api/v1/orders/{document_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "deletedId": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

document_id
string
required

Response

Successful Response

Response after deleting a sales order

success
boolean
required
message
string
required
deletedId
string
required