delete
https://api.lucid.co/v1/folders//shares/teams/
Removes the given team as a collaborator on the given folder.
Valid Authentication Methods
API Key Grants:
- FolderEdit
OAuth 2.0 User Token Scopes:
- folder
204No Content when the team's collaborator record on the folder was successfully deleted.
400Bad Request when removing the team 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.