delete https://api.lucid.co/folders//shares/users/
Revoke all collaborator access to a folder for the given user. The user may still have access to the folder through other means such as shared folders. It supports only User token type.
Cannot be used to revoke collaborator access to the folder owner.
Valid Access Token Types
Valid Access Scopes
Responses
204No Content when the user's collaborator record on the folder was successfully deleted.
403Forbidden
- if the token does not have permission to the folder, or if the folder has been deleted or does not exist.
- when attempting to revoke the collaboration for the folder owner.