Version: 202201
Delete Post Sale Order
DELETE/openapi/2022-01/orders/post_sales/:post_sale_id
Allows you to remove a specific post-sales order record (e.g., a return or exchange request) by its unique identifier.
Request
Path Parameters
post_sale_id stringrequired
The id of the post-sales order id, eg: fb07fad3-bf03-48b5-98a8-152d20c5181d
Responses
- 200
- 406
200
- application/json
No schema
406
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"Operation not allowed in current state"
]
}
{
"errors": [
"Operation not allowed in current state"
]
}