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

Method deleteRecord

packages/widget-sdk/src/model/datasheet.ts:557–559  ·  view source on GitHub ↗

* Delete the given record. * * @param recordId the record to be deleted. * @returns * * #### Description * Delete a record by recordId. * * Throws an error if the user does not have permission to delete the given record. * * #### Example * ```js * async function d

(recordId: string)

Source from the content-addressed store, hash-verified

555 * ```
556 */
557 deleteRecord(recordId: string) {
558 return this.deleteRecords([recordId]);
559 }
560
561 /**
562 * Delete the given records.

Callers 1

datasheet.spec.tsFile · 0.45

Calls 1

deleteRecordsMethod · 0.95

Tested by

no test coverage detected