---
title: "Delete Configuration"
method: DELETE
path: "/v2/ControlPlane/Configurations/{id}"
tags: ["ConversationsV2Configuration"]
---

# Delete Configuration

`DELETE /v2/ControlPlane/Configurations/{id}`

Delete a Configuration

## Headers

- `Idempotency-Key` string

## Response `202`

Accepted - Operation created 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

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

---

[API](https://skmtc.dev/twilio/apis/conversations-v2.md) · [All operations](https://skmtc.dev/twilio/apis/conversations-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/conversations-v2/revisions/f039dce07916/schema)
