DELETE
/pet/{petId}
curl \
--request DELETE '/api/v3/pet/{petId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "api_key: string"
curl \
--request DELETE '/api/v3/pet/{petId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "api_key: string"