Skip to content

Deletes a pet

Request

Security
petstore_auth(Required scopes: write:petread:pet)
Path
petIdinteger, (int64)required

Pet id to delete

Headers
api_keystring
curl -i -X DELETE \
  'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/pet/{petId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'api_key: string'

Responses

Invalid pet value