Docs

Delete Order

DELETE /orders/{orderId}

DELETE/orders/{orderId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Permanently deletes an order and all of its line item groups and line items.

Warning: This action is irreversible.

Path Parameters

FieldTypeRequiredDescription
orderIdGuidRequiredThe ID of the order to delete. Replace `{{orderId}}` in the URL.

Response

Returns 200 OK with an empty body on success.