---
title: "Delete a Conversation (async)"
method: DELETE
path: "/v2/Conversations/{Sid}"
tags: ["ConversationsV2Conversation"]
---

# Delete a Conversation (async)

`DELETE /v2/Conversations/{Sid}`

Asynchronously delete a conversation and all associated data.
Returns 202 Accepted with an Operation-Id for status tracking via GET /v2/ControlPlane/Operations/{operationId}.

## Headers

- `Idempotency-Key` string

## Response `202`

Operation accepted for asynchronous processing

- object — Slim response for an accepted long-running operation.
  - `statusUrl` string, uri, required — URL to poll for operation status.
  - `related` object, nullable — Named resource identifiers associated with this operation. Keys depend on the operation type: - config-create, config-update, config-delete: configurationId - conversation-delete: conversationId

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/twilio/apis/conversations-v2.md) · [All operations](https://skmtc.net/twilio/apis/conversations-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/conversations-v2/versions/88b1cc30ae5b/schema)
