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

Method deleteRecordAsync

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

* Delete the specified record. * * @param recordId The ID of the record. * @returns * * #### Description * Delete a record by recordId. * * Throws an error if the user does not have permission to delete the specified record. * * #### Example * ```js * async functi

(recordId: string)

Source from the content-addressed store, hash-verified

503 * ```
504 */
505 public async deleteRecordAsync(recordId: string) {
506 return await this.deleteRecordsAsync([recordId]);
507 }
508
509 /**
510 * Delete the specified records.

Callers

nothing calls this directly

Calls 1

deleteRecordsAsyncMethod · 0.95

Tested by

no test coverage detected