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 ?