Delete Order

Allows the deletion of a specific order by its unique ID.

🔒

Requires write_order access scope. More access scope

The Delete Order API allows the deletion of a specific order by its unique ID. Once deleted, the order will no longer be available in the system.

This API is especially useful for:

  1. Removing test orders during development.
  2. Deleting canceled or erroneous orders.
  3. Managing order data in synchronization with external systems.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
order_idstringYesUnique order identifier"order_12345"

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"success"Status code of the API response
messagestring"Order retrieved successfully"Descriptive message about the response
dataobject-Complete order object containing all details

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!