remarkable_delete
Delete a document or folder from your reMarkable tablet. Moves to Trash by default, with an option for permanent removal in SSH mode.
Instructions
Delete a document or folder on the reMarkable tablet. DESTRUCTIVE operation. By default the item is moved to the tablet's Trash and remains recoverable. In SSH mode only, permanent=True removes the resolved UUID and all sidecar files instead; use that only when the user explicitly asked for permanent deletion.
Works in cloud and SSH modes (default; --read-only disables). Not available over the USB web interface.
If the client supports elicitation, this tool asks the user to confirm before deleting. If the client cannot show a confirmation prompt, the delete is refused unless REMARKABLE_SKIP_CONFIRM=1 is set (for headless automation).
document: Name or path of the document/folder to delete
defer_restart: SSH only. Skip the xochitl restart so a batch of deletes can refresh once via remarkable_refresh() instead of once per delete. Sets "refresh_pending": true. Ignored in cloud mode.
permanent: SSH only. Permanently remove the resolved document/folder files instead of moving the item to Trash (default: False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | Yes | ||
| permanent | No | ||
| defer_restart | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |