---
title: "Remove Kapacitor backend"
method: DELETE
path: "/sources/{id}/kapacitors/{kapa_id}"
tags: ["sources", "kapacitors"]
---

# Remove Kapacitor backend

`DELETE /sources/{id}/kapacitors/{kapa_id}`

This specific kapacitor will be removed. All associated rule resources will also be removed from the store.

## Path parameters

- `id` string, required
- `kapa_id` string, required

## Response `204`

kapacitor has been removed.

## Other responses

- `404` — Unknown Data source or Kapacitor id
- `default` — Unexpected internal server error

---

[API](https://skmtc.net/influxdata/apis/chronograf.md) · [All operations](https://skmtc.net/influxdata/apis/chronograf/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influxdata/chronograf/versions/ce55d963b4ac/schema)
