Forum Discussion

AndreyStrukov's avatar
AndreyStrukov
Helpful | Level 5
6 years ago
Solved

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 ?

 

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 22 hours ago
351 Following

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!