smartsuite_delete_records
Delete records by soft-moving them to trash. Use dry-run to preview and confirm with exact confirmation text.
Instructions
Delete records (soft-delete to the trash). Requires readwrite or admin mode AND SMARTSUITE_ENABLE_DELETE=true. Supports dry-run. The response returns the deleted recordIds; they can be recovered with smartsuite_restore_records (when SMARTSUITE_ENABLE_RESTORE=true) or listed via smartsuite_list_deleted_records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, show what would be deleted without deleting (default true) | |
| confirm | No | Must be true to execute deletion | |
| recordIds | Yes | IDs of records to delete | |
| applicationId | Yes | The application ID | |
| confirmationText | No | Must match exactly: "DELETE N RECORDS" where N is the count |