Deletes the document contributor with the specified id.
Deletes the specific document contributor 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><b>Required Permissions</b>: The user has at least `manage` permissions for this document.</Check><Info>Deleting a document contributor will affect their access to the document.
Specifically the access of a particular user.</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
documentId
The document to remove the contributor from, specified by its identifier.
documentContributorId
The document contributor to remove, specified by its identifier.
Response
No Content