twist_threads_unstar
Remove a star from a specific thread in Twist by providing its unique ID, facilitating organized inbox management and thread prioritization.
Instructions
Unstars 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_unstarArguments",
"type": "object"
}