---
title: "Detach an integration from a source"
method: PUT
path: "/integrations/{id}/detach/{source_id}"
tags: ["Integrations"]
---

# Detach an integration from a source

`PUT /integrations/{id}/detach/{source_id}`

## Path parameters

- `id` string, required — Integration ID
- `source_id` string, required — Source ID

## Response `200`

Detach operation success status

- DetachedIntegrationFromSource

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/revisions/091808eac7fa/schema)
