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
77a0049c-7683-45ff-956f-656f257048f7
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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