Delete Records
kintone-delete-recordsDelete up to 100 records from a kintone app by specifying their record IDs. Use revision numbers to avoid conflicts from concurrent changes.
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 | |||