Skip to content

Remove documents from group

PUT
/v2/document/group/{groupId}/documents/remove

Removes documents from a group. The document and its associated file are not deleted—only the link between the group and the document is removed.

groupId
required
string

A group Id

Example
82c4fce1-d2c7-48cb-a647-6993dbe37819
object
documentIds
required

The Document Ids

Array<string>

The resource has been successfully updated.

object
groupId
required

The Group Id

string format: uuid
documentIds
required

The Document Ids

Array<string>

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error