---
title: "Delete custom sources"
method: DELETE
path: "/customsource"
tags: ["customsource"]
---

# Delete custom sources

`DELETE /customsource`

delete custom sources

## Request body

- CustomSourceDelete
  - `custom_sources` integer[], required — Array of unique identifiers for the group. Type: array of integer.

## Response `200`

Delete all details regarding Custom Source Id

- 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)
