One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
AndreyStrukov
6 years agoHelpful | Level 5
How to remove shared link?
Hello!
I have a follow struct of folders in my app:
-Main
--1
--2
--3
I use next query to get a personal shared link to each of folder in the Main (1, 2, 3)
QUrl url; url.setScheme("https"); url.setHost("api.dropboxapi.com"); url.setPath("/2/sharing/create_shared_link_with_settings");
What query should I use to remove shared link of /Main/2 ?
I've found it.
/revoke_shared_link
- AndreyStrukovHelpful | Level 5
I've found it.
/revoke_shared_link
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 22 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!