Deletes a pet
/pet/{petId}
delete a pet
Path Parameters
petId: number
Deletes a pet
curl https://petstore3.swagger.io/api/v3/pet/$PET_ID \
-X DELETE \
-H "api_key: $PETSTORE_API_KEY"
delete a pet
curl https://petstore3.swagger.io/api/v3/pet/$PET_ID \
-X DELETE \
-H "api_key: $PETSTORE_API_KEY"