smartsuite_restore_records
Restore soft-deleted records from trash. Preview changes before restoring by omitting confirm, then pass confirm:true to execute.
Instructions
Restore soft-deleted records from the trash. Requires readwrite or admin mode AND SMARTSUITE_ENABLE_RESTORE=true. Without confirm:true returns a preview; pass confirm:true to restore. Get record IDs from the smartsuite_delete_records response, the audit log, or smartsuite_list_deleted_records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to restore; otherwise returns a dry-run preview. | |
| recordIds | Yes | IDs of deleted records to restore. | |
| applicationId | Yes | The application the records belong to. |