cURL
curl --request DELETE \ --url https://api.gologin.com/share/folder/{id} \ --header 'Authorization: Bearer <token>'
Removes share of a folder.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?