removeParticipant

Remove a Participant from a Conversation.

DELETE/v1/chat/conversations/{id}/participants/{userId}

Authorization

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

Header parameters

x-bot-idstringrequired
Bot id
x-integration-idstring
Integration id
x-integration-aliasstring
Integration alias

Path parameters

idstringrequired
Conversation id
userIdstringrequired
User id

Response

Returns an empty object