Path parameters
-
Pet id to delete
DELETE /pet/{petId}
curl \
-X DELETE /v3/pet/{petId} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "api_key: string"
Pet id to delete
curl \
-X DELETE /v3/pet/{petId} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "api_key: string"