---
title: "Delete sources"
method: DELETE
path: "/api/v4/sources"
---

# Delete sources

`DELETE /api/v4/sources`

The method allows you to delete the integration sources in batches. An array of source objects is passed.

## Headers

- `Content-Type` string

## Request body

- object
  - `RAW_BODY` object[]
    - `id` integer — The external id of the source you want to delete.

## Response `204`

204

- object

## Other responses

- `401` — 401
- `404` — 404

---

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