Package version:

Interface RecordSetsDeleteOptionalParams

Optional parameters.

interface RecordSetsDeleteOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • RecordSetsDeleteOptionalParams

Properties

Properties

ifMatch?: string

The etag of the record set. Omit this value to always delete the current record set. Specify the last-seen etag value to prevent accidentally deleting any concurrent changes.