Skip to main content
DELETE
Remove thread participant

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required

The session's namespace

sessionId
string
required

The session's ID

agentName
string
required

The agent's name

Body

application/json

Thread and participant information details

threadId
string
required

The unique identifier for the thread to remove participants from

participantName
string
required

The name of the agent to remove as a participant of the thread

Response

Success