Skip to content

Delete purchase order by ID

Request

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

Path
orderIdstring, >= 1required

ID of the order that needs to be deleted

curl -i -X DELETE \
  'https://innovario.apishowdown.com/_mock/petstore/store/order/{orderId}'

Responses

Invalid ID supplied