/pet/{petId}| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| api_key | header | string | optional | — |
| petId | path | integer(int64) | required | Pet id to delete |
curl -X DELETE "https://petstore.swagger.io/v2/pet/{petId}" \
-H "Authorization: Bearer ${API_TOKEN}" \
-H "api_key: {api_key}"