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