For AI agents: the complete documentation index is available at https://ciderpress.dev/llms.txt, the full documentation bundle is available at https://ciderpress.dev/llms-full.txt, and this page is available as Markdown at https://ciderpress.dev/petstore/delete-order.md.
Get started →

Delete purchase order by ID

delete/store/order/{orderId}
deleteOrder
Delete purchase order by ID
Parameters
path
NameTypeRequiredDescriptionDefault
orderIdintegerrequiredID of the order that needs to be deleted
Responses
Code Examples
curl -X DELETE 'https://api.example.com/store/order/{orderId}'