saved_delete
Remove a saved-for-later item by specifying its type, container ID, and timestamp.
Instructions
Remove a saved-for-later item (undocumented session endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | Timestamp of the saved item to remove (e.g. ``1700000000.000100``). | |
| item_id | Yes | ID of the item's container, e.g. the channel ID for a message (``C0123``). | |
| item_type | Yes | Type of saved item to remove, e.g. ``message``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||