How to delete data when user requests for user removal and data deletion #606
Replies: 2 comments 1 reply
-
@nidhikachhawa24 below are the options: To remove the content - To delete all the content of a particular channel, you need to run delete cypher script (to delete contents/collections of particular channel) in neo4j. Better approach will be calling retire api for the list of ids. |
Beta Was this translation helpful? Give feedback.
-
thanks @amitpriyadarshi |
Beta Was this translation helpful? Give feedback.
-
Hello all,
Currently using 4.6 SunbirdED.
We've a bunch of users are going to inactive.
We got a request from client to remove the usage of those users from sunbird.
How to delete data when user requests for user removal and data deletion?
To remove the user - We can retire the user using block API
To remove the content - Is there any API which can delete the specific content or can delete all the content of a particular channel?
How we can achieve that?
How we can make sure that these contents can be deleted?
cc: @rajeevsathish @reshmi-nair @Krishnaj20
Beta Was this translation helpful? Give feedback.
All reactions