Delete a checkout by ID
DELETE/api/checkout/:id
Delete a checkout using the checkout ID.
Request
Path Parameters
id stringrequired
The ID of the checkout to be deleted
Responses
- 200
Successful deletion of the checkout
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"message": "Checkout 1bf45d2b-3a5c-4aac-8e36-4a9f393ad474 was deleted.",
"executed": true
}
{
"message": "Checkout 1bf45d2b-3a5c-4aac-8e36-4a9f393ad474 was deleted.",
"executed": true
}
Loading...