API showdown///
- Pet Store
Train Travel API
- Delete purchase order by ID
Returns pet inventories by status
Place an order for a pet
Find purchase order by ID
Delete purchase order by...
For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/store/order/{orderId}
- https://innovario.apishowdown.com/v3https://innovario.apishowdown.com/v3/store/order/{orderId}
curl -i -X DELETE \
'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/store/order/{orderId}'