Integrate API
Home
Company
Company
  • Company
  • Users
  • Office
Orders
Orders
  • Orders
  • Change Request
  • Drafts
  • GoToScan
Webhooks
Home
Company
Company
  • Company
  • Users
  • Office
Orders
Orders
  • Orders
  • Change Request
  • Drafts
  • GoToScan
Webhooks
  1. Drafts
  • Create a draft order
    POST
  • Update a draft order
    PATCH
  • Delete a draft order
    DELETE
  1. Drafts

Delete a draft order

Prod Env
https://app.cubi.casa/api/integrate/v3
Prod Env
https://app.cubi.casa/api/integrate/v3
DELETE
/orders/draft/{order_id}
Delete a draft order by providing the external ID.

Request

Authorization
or
API Key
Add parameter in header
api-key
Example:
api-key: ********************
or
Path Params

Responses

🟢200OK
application/json
Successful response
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://app.cubi.casa/api/integrate/v3/orders/draft/c8a11daa-86ad-43ad-8ab3-756c741d1db6'
Response Response Example
{
    "id": "6bf1d080-0db5-44c7-9762-717f8f1b96f1",
    "message": "Delete successfully!"
}
Modified at 2025-08-11 11:34:35
Previous
Update a draft order
Built with