Add support for sending a deletion request when a client opts out of data collection
mreid-moz opened this issue · 1 comments
mreid-moz commented
Similar to Bug 1585410 on Desktop, we need a mechanism for sending a data deletion request when a user opts out of data collection.
Per discussion with @Dexterp37, there is an existing API for disabling data collection: Glean.setUploadEnabled(false)
, we may want to send a deletion request at this point or design a new mechanism for sending a deletion request.
This functionality is needed by the end of 2019.