Skip to main content
DELETE
/
orders
/
{id}
Delete an order
curl --request DELETE \
  --url https://panel.sendcloud.sc/api/v3/orders/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "errors": [
    {
      "status": "404",
      "code": "not_found",
      "title": "Not found",
      "detail": "The order could not be found with the search criteria given"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Path Parameters

id
integer
required

Filtering on the Sendcloud order ID

Required range: x >= 1

Response

No content