---
title: "DeleteActivity"
method: DELETE
path: "/v3/conversations/{conversationId}/activities/{activityId}"
tags: ["Conversations"]
---

# DeleteActivity

`DELETE /v3/conversations/{conversationId}/activities/{activityId}`

Delete an existing activity.

Some channels allow you to delete an existing activity, and if successful this method will remove the specified activity.

## Path parameters

- `conversationId` string, required
- `activityId` string, required

## Response `200`

The operation succeeded, there is no response.

## Other responses

- `202` — The request has been accepted for processing, but the processing has not been completed
- `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/versions/ea45ea47a3fb/schema)
