deletePurchaseById
DELETE {{baseUrl}}/store/order/12345
Delete purchase order by ID
This can only be done by the logged in user.
Parameters
| Name | Description |
|---|---|
| username * string (path) | Username to delete |
Responses
| Name | Description |
|---|---|
| 400 | Invalid ID supplied |
| 404 | Pet not found |