delete
https://api.lucid.co/v1/folders//shares/groups/
Revoke any direct collaborator access a group has to the given folder.
Valid Authentication Methods
API Key Grants:
- FolderEdit
OAuth 2.0 User Token Scopes:
- folder
204No Content when the group's collaborator record on the folder was successfully deleted.
400Bad Request when removing the group would leave a project folder without an owner.
403Forbidden if the token does not have permission to the folder, or if the folder has been deleted or does not exist.