cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: How to remove shared link?

How to remove shared link?

AndreyStrukov
Helpful | Level 5
Go to solution

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 ?

 

1 Accepted Solution

Accepted Solutions

AndreyStrukov
Helpful | Level 5
Go to solution

I've found it.

/revoke_shared_link

View solution in original post

1 Reply 1

AndreyStrukov
Helpful | Level 5
Go to solution

I've found it.

/revoke_shared_link

Need more support?