Skip to content

Delete a pet

DELETE
/pets/{petId}
curl --request DELETE \
--url https://api.petstore.example.com/pets/example
petId
required
string

Deleted.

Suggest an edit to this page