---
title: "Delete integration"
method: DELETE
path: "/integrations/{integration_id}"
tags: ["General"]
---

# Delete integration

`DELETE /integrations/{integration_id}`

Delete the specified integration.
**⚠️ This can not be undone!**

## Path parameters

- `integration_id` string, required

## Request body

- DeleteIntegrationsIntegrationIdRequestBody

## Response `200`

DELETE /integrations/:integration_id Positive response

- DeleteIntegrationsIntegrationIdPositiveResponse
  - `status` 'success', required
  - `data` object, required

## Other responses

- `default` — The standard error response with just the platform error codes.

---

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