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

Deletes the specific document team from a document. Deleting a document team will affect their access to the document. This operation cannot be performed on inherited document teams, only explicit ones. There will be recalculation of permissions for related entities considering the deleted document team. <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 team from.
documentToTeamIdstringRequiredformat: "uuid"
The id of the document to team connection.

Response

No Content

Errors