Delete Records
kintone-delete-recordsBulk delete up to 100 kintone records at once by specifying record IDs. Remove multiple entries in a single operation, with optional revision checks to prevent unintended overwrites.
Instructions
Delete multiple records from a kintone app. Maximum 100 records can be deleted at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app (numeric value as string) | |
| ids | Yes | Array of record IDs to delete (numeric values as strings) | |
| revisions | No | Array of expected revision numbers for each record (numeric values as strings). If specified, must have the same length as ids array. Deletion will fail if current revisions don't match. Specify -1 or omit to skip revision validation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||