Deletes a contributor from the specified document.

Deletes only explicit contributors; inherited contributors cannot be removed. Access for related entities is recalculated asynchronously. <Check title="Required Permissions" icon="key">The user must have at least `write` permission 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

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error