Thanks for reaching out. If you are using community edition, then only aggregated data is there, so you can simply drop collection with that aggregated data, but it will remove carriers for all apps.
mongo countly db.carriers.drop()
if you want to remove it only for a specific app, then you will have to use app_id
Comments
Hello Andrei,
if you want to remove it only for a specific app, then you will have to use app_id
Please let me know if you need further assistance. Thank you.
Please sign in to leave a comment.