Path parameters

  • petId integer(int64) Required

    Pet id to delete

Responses

DELETE /pet/{petId}
curl \
 -X DELETE /v3/pet/{petId} \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "api_key: string"