---
title: "DeleteConversationMember"
method: DELETE
path: "/v3/conversations/{conversationId}/members/{memberId}"
tags: ["Conversations"]
---

# DeleteConversationMember

`DELETE /v3/conversations/{conversationId}/members/{memberId}`

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.

## Path parameters

- `conversationId` string, required
- `memberId` string, required

## Response `200`

The operation succeeded, there is no response.

## Other responses

- `204` — The operation succeeded but no content was returned.
- `default` — The operation failed and the response is an error object describing the status code and failure.

---

[API](https://skmtc.net/poshbotio/apis/microsoft-bot-connector-api-v3-0.md) · [All operations](https://skmtc.net/poshbotio/apis/microsoft-bot-connector-api-v3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poshbotio/microsoft-bot-connector-api-v3-0/revisions/ea45ea47a3fb/schema)
