Store
Delete an order
Delete a store order by its numeric identifier.
Deletes one store order. The operation declares no security requirement.
Delete a purchase order by ID.
DELETE
/store/order/{orderId}ID of the order to delete.
Response
{200}Order deleted
{400}Invalid ID supplied
{404}Order not found
cURL
curl --request DELETE \ --url https://petstore3.swagger.io/api/v3/store/order/10
No response body is defined by the OpenAPI contract.
This operation removes data. The contract documents integer IDs below
1000 as the valid test range; values above 1000 and non-integers generate API errors.The contract also defines a default Unexpected error response without a fixed status or body schema.