---
title: "Delete callflow custom sources entry."
method: DELETE
path: "/callflow/customsources"
tags: ["callflow"]
---

# Delete callflow custom sources entry.

`DELETE /callflow/customsources`

Removes custom source configurations from a call flow, disabling tracking for those marketing parameters.

## Request body

- CallflowCustomSourceDelete[]
  - `call_flow_id` integer, required — Callflow identifier for deleting customsource
  - `type` string[], required — Valid Custom source type should be 'custom_source_type_1', 'custom_source_type_2', 'custom_source_type_3', 'custom_source_type_4', and 'custom_source_type_5'.

## Response `200`

Deletion confirmation with result status

- 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/versions/ccf9bbe34f5a/schema)
