davglass / doorbot

Ring.com Doorbell API
Other
317 stars 55 forks source link

Is it possible to delete recordings? #17

Open parvez opened 6 years ago

parvez commented 6 years ago

Can we have delete api in the module?

davglass commented 6 years ago

I'll have to check to see if they have an API for it. I've never needed to delete a recording, I didn't even know you could :)

parvez commented 6 years ago

Not sure if this will be helpful. The ring website calls these apis. I think the API you use are different.

curl 'https://ring.com/account/activity/delete_dings' -X DELETE curl 'https://ring.com/account/activity/fetch_dings?limit=50&older_than=6000000996460054000' curl 'https://ring.com/account/activity/ding_video?doorbot_id=DOORBOT_ID&ding_id=DING_ID'

davglass commented 6 years ago

Yes, those API's are not the same. I would need to reverse engineer the current API's to handle it. I just haven't had a need for them as of yet.