Logo
1 API Documentation

Delete purchase order by ID

DELETE {{baseUrl}}/store/order/:orderId

For valid response try integer IDs with positive integer value. Negative or non-integer values will generate API errors

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://petstore.swagger.io/v2/store/order/:orderId'

ENDPOINTS