I'm generating deep links from branch.io to an android app. Is it possible to delete or deactivate a deep link programmatically, from my app using the Branch IO Android SDK? I couldn't find anything like that in the documentation.
Thanks for any help guys.
A Branchster Here-
Update [23/04/2020]-
Access Tokens are now available on all customers' dashboards
Also, we have recently changed the API syntax on how to delete deep links and will update the document soon. Based on the recent change, you use the following API for deleting existing links.
curl -X DELETE \
'https://api2.branch.io/v1/url? url=https://example.app.link/delete&app_id=YOUR_APP_ID' \
-H "Access-Token: YOUR_ACCESS_TOKEN"
Please note that you require an access token for this. Currently, you can not delete links through the Branch SDK.
I'll keep this post updated with any future changes.