Deletes the document team with the specified id.

Deletes the specific document team from a 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><b>Required Permissions</b>: The user has at least `manage` permissions for this document.</Check><Info>Deleting a document team will affect their access to the document. Specifically the access of a particular team.</Info>

Path parameters

documentIdstringRequiredformat: "uuid"

The document to remove a document to team-connection from, specified by its identifier.

documentToTeamIdstringRequiredformat: "uuid"
The document to team to remove, specified by its identifier.

Headers

AuthorizationstringRequired

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

Response

No Content