# DeleteMultipleRecordsMutation

**Kind:** Interface

The Mutation emitted when the App deletes one or more `Records`.

## Properties

### `recordIds`

Type: `ReadonlyArray<RecordId>`

The identifiers for records being deleted

### `tableId`

Type: `TableId`

The identifier for the Table in which Records are being deleted

### `type`

Type: `"deleteMultipleRecords"`

This Mutation's [discriminant property](https://www.typescriptlang.org/docs/handbook/2/narrowing.html)
