Deletes the document space contributor with the specified id from a document space.

Deletes the specified document space contributor from a document space. Deleting a document space contributor will affect their access to the document space and the documents within that space. <Check title="Required Permissions" icon="key">The user must be an admin.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

documentSpaceIdstringRequiredformat: "uuid"
The id of the document space.
documentSpaceContributorIdstringRequiredformat: "uuid"
The id of the document space contributor to delete.

Response

No Content

Errors