mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-26 19:35:50 +03:00
[GH-ISSUE #434] Bulk Delete Threads #56
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ilovefreesw on GitHub (May 16, 2024).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/434
When incoming messages are turned on, then the web UI can be come cluttered. There should be an option to bulk delete threads without opening them one by one.
@AchoArnold commented on GitHub (May 16, 2024):
@ilovefreesw I'm curious, how many thread do you really have that requires bulk delete?
Also, this is the reason why I created the archive feature, You can archive phone numbers who spam you so that you won't see them under your list of threads.
@ilovefreesw commented on GitHub (May 17, 2024):
Basically, I get SMS from bank, promotions, some personal sms from friends or acquaintances that I don't want to sync to httpsms, and more. Currently I have around 210 threads this month only.
@AchoArnold commented on GitHub (May 17, 2024):
I see I'll keep this open to be implemented sometime in the future. In the meantime you can use the API to delete all the threads in a loop thread delete API
@AchoArnold commented on GitHub (Jun 9, 2024):
@ilovefreesw commented on GitHub (Oct 5, 2024):
I use this script... leaving it here .. might help someone else:
Just have to replace API Key and API Domain. Paste the script in console on the threads page and let it delete all of them.
@AchoArnold commented on GitHub (Oct 7, 2024):
There is no need to make it complicated for yourself @ilovefreesw
Call this API to get the list of message threads: https://api.httpsms.com/index.html#/MessageThreads/get_message_threads
And then call this API to delete the threads: https://api.httpsms.com/index.html#/MessageThreads/delete_message_threads__messageThreadID_