Skip to main content
DELETE
/
store
/
order
/
{orderId}
JavaScript
import Dasdk from 'dasdk';

const client = new Dasdk({
  apiKey: 'My API Key',
});

await client.store.order.delete(0);

Documentation Index

Fetch the complete documentation index at: https://docs.consignease.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_key
string
header
required

Path Parameters

orderId
integer<int64>
required

ID of the order that needs to be deleted

Response

Invalid ID supplied