Delete a saved search
delete_saved_searchDelete a saved search and its delivery, permanently.
saved is the slug list_saved_searches returns — not the display name.
THIS CANNOT BE UNDONE and there is no archive: the search and its webhook are removed, and re-creating it means calling save_search again with the filter, which you would need to have kept. Postings already delivered are yours and are unaffected; nothing further will be.
Do NOT use it to pause. There is no pause tool because there is nothing to call: letting a plan lapse pauses every saved search on the token, and paying resumes them where they left off. Deleting to stop delivery for a month throws the filter away to solve a problem that solves itself.
Returns deleted (false, with a note, when no search on this token has that
slug — a delete that matched nothing is an answer, not an error) and the
saved slug it acted on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saved | Yes | The slug list_saved_searches returns — not the display name. Deleting one that is already gone answers false rather than failing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Why nothing was deleted, when nothing was. | |
| saved | No | The slug acted on. | |
| deleted | No | False, with a note, when no search on this account had that slug — an answer, not an error. |