smartsuite_delete_records
Delete SmartSuite records by ID with soft-delete to trash, requiring readwrite or admin mode and delete enablement; supports dry-run and returns deleted record IDs for recovery.
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 |