deletePet
DELETE {{baseUrl}}/pet/2?api_key=special-key
Deletes a pet.
Parameters
| Name | Description |
|---|---|
| api_keystring(header) | api_key |
| petId *integer($int64)(path) | Pet id to delete |
Responses
| Code | Description |
|---|---|
| 400 404 | Invalid ID supplied Pet not found |
Response Content Type
application/json
Example
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
api_key | string |