These docs are for v1.0. Click to read the latest docs for v1.4.

Delete Document User Collaborator

Revoke all collaborator access to a document for the given user. The user may still have access to the document through other means such as shared folders. It supports only User token type.

📘

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

Valid Access Token Types

User

Valid Access Scopes

lucidchart.document.content.share.collaborator

lucidchart.document.app.picker.share.collaborator

lucidchart.document.app.folder

lucidscale.document.content.share.collaborator

lucidscale.document.app.picker.share.collaborator

lucidscale.document.app.folder

lucidspark.document.content.share.collaborator

lucidspark.document.app.picker.share.collaborator

lucidspark.document.app.folder

Path Params
uuid
required

ID of the document.

number
required

ID of the user to retrieve 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 document was successfully deleted.

403

Forbidden

  • if the token does not have permission to the document, or if the document has been deleted or does not exist.
  • when attempting to revoke the collaboration for the document owner.
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!