Delete Folder User Collaborator

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.

📘

Cannot be used to revoke collaborator access to the folder owner.

📘

See the Collaborator section overview for details about how the group may still have access to the folder through other means.


Valid Authentication Methods

API Key Grants:

  • FolderEdit

OAuth 2.0 User Token Scopes:

  • folder

Path Params
number
required

ID of the folder.

number
required

ID of the user to delete collaborator settings for.

Headers
string
required
Defaults to 1

The API version used in the request.

Responses
204

No Content when the user's collaborator record on the folder was successfully deleted.

403

Forbidden

  • 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.
Language
Credentials
Click Try It! to start a request and see the response here!