---
title: "User can delete specific call flow record"
method: DELETE
path: "/callflow"
tags: ["callflow"]
---

# User can delete specific call flow record

`DELETE /callflow`

Deletes a specific call flow routing configuration by ID. Removes the call flow and its associated routing rules.

## Query parameters

- `id` integer, required

## Response `200`

Confirmation of successful call flow deletion

- PostResponse[]
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string, required — Error message when result='error'. String. Empty/null on success.
  - `data` string — Response payload. Shape varies by endpoint.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/revisions/ccf9bbe34f5a/schema)
