Skip to content

Deletes a pet

Request

Security
petstore_auth(Required scopes: write:petsread:pets)
Path
petIdinteger, (int64)required

Pet id to delete

Headers
api_keystring
Example:Bearer <TOKEN>
curl -i -X DELETE \
  'https://innovario.apishowdown.com/_mock/petstore/pet/{petId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'api_key: Bearer <TOKEN>'

Responses

Invalid pet value