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"
}
]
}Delete an order by its unique id.
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"
}
]
}