pajikos / sms-gammu-gateway

Simple SMS REST API gateway for sending SMS from gammu supported devices
Apache License 2.0
116 stars 31 forks source link

[Feature request] Delete SMS #13

Closed M-Gregoire closed 3 years ago

M-Gregoire commented 3 years ago

Feature request

First of all, thank you for sharing your code which works flawlessly for me. However, I did not see any way to delete SMS, either all of them or by specifying a specific id.

Would this be something you might consider ?

I might be able to submit a PR if this is something you are interested in.

Thank you

gpailler commented 3 years ago

Hi @M-Gregoire

It looks like it's perfect timing. I was looking for something similar and I just created PR #15 that adds new API endpoints to read/delete SMS.

M-Gregoire commented 3 years ago

Awesome ! Thanks a lot for your work