Skip to content

Remove documents from group conversation

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

Remove documents from a group conversation

groupId
required
string

A group Id

Example
82c4fce1-d2c7-48cb-a647-6993dbe37819
conversationId
required
string

A conversation 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
conversationId
required

The Group Conversation Id

string format: uuid
documentIds
required

The Document Ids

Array<string>

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error