MCPcopy Create free account
hub / github.com/apitable/apitable / deleteRecordsAsync

Method deleteRecordsAsync

packages/widget-sdk/src/script/datasheet.ts:529–531  ·  view source on GitHub ↗

* Delete the specified records. * * @param recordIds Array of recordIds. * @returns * * * #### Description * Delete the given record by recordIds. * * Throws an error if the user does not have permission to delete the given record. * * #### Example * ```js * a

(recordIds: string[])

Source from the content-addressed store, hash-verified

527 * ```
528 */
529 public async deleteRecordsAsync(recordIds: string[]) {
530 await this.modalDatasheet.deleteRecords(recordIds);
531 }
532}

Callers 1

deleteRecordAsyncMethod · 0.95

Calls 1

deleteRecordsMethod · 0.45

Tested by

no test coverage detected