[GH-ISSUE #322] Make it more data protection friendly (e.g. GDPR) #45

Closed
opened 2026-03-03 16:36:11 +03:00 by kerem · 1 comment
Owner

Originally created by @kapsiR on GitHub (Dec 30, 2023).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/322

Since the server stores everything forever, it would be really cool to have options to configure this. (e.g. never store anything after it has been sent)

The server stores phone numbers and messages for ever at the moment. I plan to limit it to maybe 1 year or 6 months in the future when my database bacomes very large.

Source: https://twitter.com/acho_arnold/status/1727904652841168980

Originally created by @kapsiR on GitHub (Dec 30, 2023). Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/322 Since the server stores everything forever, it would be really cool to have options to configure this. (e.g. never store anything after it has been sent) > The server stores phone numbers and messages for ever at the moment. I plan to limit it to maybe 1 year or 6 months in the future when my database bacomes very large. Source: https://twitter.com/acho_arnold/status/1727904652841168980
kerem closed this issue 2026-03-03 16:36:12 +03:00
Author
Owner

@AchoArnold commented on GitHub (Jun 9, 2024):

You can call the delete API to delete everything you want from the server

Threads : https://api.httpsms.com/index.html#/MessageThreads/delete_message_threads__messageThreadID_
Messages : https://api.httpsms.com/index.html#/Messages/delete_messages__messageID_

<!-- gh-comment-id:2156752170 --> @AchoArnold commented on GitHub (Jun 9, 2024): You can call the delete API to delete everything you want from the server Threads : [https://api.httpsms.com/index.html#/MessageThreads/delete_message_threads__messageThreadID_](https://api.httpsms.com/index.html#/MessageThreads/delete_message_threads__messageThreadID_) Messages : [https://api.httpsms.com/index.html#/Messages/delete_messages__messageID_](https://api.httpsms.com/index.html#/Messages/delete_messages__messageID_)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#45
No description provided.