logo
On this page

Delete purchase order by ID

DEL

https://petstore.swagger.io/v2/store/order/:orderId

For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

Request

Path Parameters

    orderId stringrequired

    Possible values: >= 1

    ID of the order that needs to be deleted

Responses

Invalid ID supplied

1
Copied!
Request
Collapse all
Base URL
https://petstore.swagger.io/v2
Default server
Parameters
pathrequired
RESPONSEClear

Click the "Send" button above and see the response here!

Previous

Creates list of users with given input list

Next

Delete user

On this page

Back to top