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>

Path parameters

documentIdUUIDRequired
The document to remove the contributor from, specified by its identifier.
documentContributorIdUUIDRequired
The document contributor to remove, specified by its identifier.

Headers

AuthorizationstringRequired

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

Response

No Content

Errors