undo
Reverse the last operation in a CSV Editor session to correct errors or revert changes. Requires the session ID to restore data to its previous state.
Instructions
Undo the last operation in a session.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"title": "Session Id",
"type": "string"
}
},
"required": [
"session_id"
],
"type": "object"
}