kintone_delete_record
Delete a specific record from a Kintone app using its ID with safety confirmation to prevent accidental data removal. Requires app ID and record ID for targeted deletion.
Instructions
Delete a record from a Kintone app by ID with safety confirmation. ⚠️ Use 'kintone_list_apps' first to get available app IDs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The ID of the Kintone app (use kintone_list_apps to see available app IDs) | |
| record_id | Yes | The ID of the record to delete | |
| revision | No | Record revision number for optimistic locking (optional but recommended) | |
| confirm | Yes | Confirmation flag to prevent accidental deletions (must be true) |