v1

latestSwagger 2.0The MIT License (MIT)2026-07-17126899.0 KB
Conversations

DeleteConversationMember

Deletes a member from a converstion.

This REST API takes a ConversationId and a memberId (of type string) and removes that member from the conversation. If that member was the last member of the conversation, the conversation will also be deleted.

delete/v3/conversations/{conversationId}/members/{memberId}

Path parameters

conversationIdstring required

Conversation ID

memberIdstring required

ID of the member to delete from this conversation

Response

The operation succeeded, there is no response.