Delete order
DELETE
/ordersThis action will mark the order as canceled. It is irreversible and will render the order unusable. Note that only orders that are not yet paid could be marked as cancelled.
Request
Body Params application/json
ids
array[integer]
required
An array list of all Order ids you would like to delete.
Example
{
"ids": [
2769,
3154
]
}
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago