We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we have delete api in the module?
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
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'
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.
No branches or pull requests
Can we have delete api in the module?
The text was updated successfully, but these errors were encountered: