Delete
DELETE
/
v1
/
orders
/
{id}
Delete
Copy
curl --request DELETE \
--url https://third-party.etrnl.app/v1/orders/{id} \
--header 'API-Key: <api-key>'
Copy
{
success: true,
err: '',
deleted: {
id: 17,
organizationId: 681,
productId: 91,
displayName: "John's updated order",
creationDate: "2023-09-26T23:19:42.000Z",
fulfilled: false,
tagMetadata: { internalOrderId: 123456 },
shippingLabelImgUrl: "https://example.com/johns-shipping-label.png",
fulfillmentDate: null
}
}
Headers
Your organization’s private API key.
URL Params
The ID of the Order.
Copy
{
success: true,
err: '',
deleted: {
id: 17,
organizationId: 681,
productId: 91,
displayName: "John's updated order",
creationDate: "2023-09-26T23:19:42.000Z",
fulfilled: false,
tagMetadata: { internalOrderId: 123456 },
shippingLabelImgUrl: "https://example.com/johns-shipping-label.png",
fulfillmentDate: null
}
}
Delete
Copy
curl --request DELETE \
--url https://third-party.etrnl.app/v1/orders/{id} \
--header 'API-Key: <api-key>'
Copy
{
success: true,
err: '',
deleted: {
id: 17,
organizationId: 681,
productId: 91,
displayName: "John's updated order",
creationDate: "2023-09-26T23:19:42.000Z",
fulfilled: false,
tagMetadata: { internalOrderId: 123456 },
shippingLabelImgUrl: "https://example.com/johns-shipping-label.png",
fulfillmentDate: null
}
}
Assistant
Responses are generated using AI and may contain mistakes.