Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to delete recordings? #17

Open
parvez opened this issue Jun 3, 2018 · 3 comments
Open

Is it possible to delete recordings? #17

parvez opened this issue Jun 3, 2018 · 3 comments

Comments

@parvez
Copy link

parvez commented Jun 3, 2018

Can we have delete api in the module?

@davglass
Copy link
Owner

davglass commented Jun 4, 2018

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
Copy link
Author

parvez commented Jun 5, 2018

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
Copy link
Owner

davglass commented Jun 5, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@davglass @parvez and others