Version: 202201
Delete Order
DELETE/openapi/2022-01/orders/:id
Allows the deletion of a specific order by its unique ID.
Request
Path Parameters
id stringrequired
Order's ID
Responses
- 200
- 404
200
- application/json
No schema
404
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"Unable to find resource"
]
}
{
"errors": [
"Unable to find resource"
]
}