is there away to delete test users from data? Barnaby Menage November 24, 2021 16:04 Follow is there away to delete test users from data? 0
Comments
Hey Barnaby!
The test users can be deleted using our API. You'll need specific criteria that will wrap all the users created by you to use the below endpoint.
https://server_url/i/app_users/delete?api_key=api_key&force=true&query={
"your_custom_key":"your_custom_value"}&app_id=their_app_id
Please use this endpoint with caution as it'll remove data permanently and it may not be recovered.
Please let me know should you have any questions.
Hi Barnaby,
Are those users created using our Populator Plugin or Created by yourself?
by us
Please sign in to leave a comment.