You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python code simply deletes the row in the router table (not touching the message table). Should we continue to use this behavior or follow the suggestion from the StackOverflow post?
Endpoint:
DELETE /v1/{type}/{app_id}/registration/{uaid}
Documentation: https://autopush.readthedocs.io/en/latest/http.html#unregister-uaid-and-all-associated-channelid-subscriptions
Deletes the user and all channels.
Questions:
A: Yes. once a user is deleted, all data associated with the user should also be deleted.
[autoendpoint] Support unregister user endpoint #179 (comment)
The text was updated successfully, but these errors were encountered: