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

This operation cannot be performed on inherited document contributors, only explicit ones. There will be recalculation of permissions for related entities considering the deleted document contributor. <Check title="Required Permissions" icon="key">The user must have at least `write` permissions for the specified document.</Check>

Authentication

AuthorizationBearer

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

Path parameters

documentIdstringRequiredformat: "uuid"
The id of the document to delete the contributor from.
documentContributorIdstringRequiredformat: "uuid"
The id of the document contributor to delete.

Response

No Content

Errors