removeFolderShare(path, user) Last updated: 22. May 2025
API only function
Removes / terminates a users access to a specific file.
Parameters
Name | Type | Description |
---|---|---|
path | string | Absolute path to folder to remove a user from. |
user | string (email) | Email to user to remove access. |
Returns
True if successful, false if not.
Example
Code example (JS)
JS is normal JavaScript either running in the browser or on the Docly™ server.docly.removeFolderShare("/", "test@docly.net");