twist_threads_remove
Remove specific threads in Twist workspaces by specifying their unique ID. This tool helps streamline inbox management by eliminating unnecessary or outdated threads.
Instructions
Removes a thread.
Args: id: The id of the thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "twist_threads_removeArguments",
"type": "object"
}