---
title: "Detach integration from a project"
method: POST
path: "/integrations/{integrationId}/detach"
tags: ["Integrations"]
---

# Detach integration from a project

`POST /integrations/{integrationId}/detach`

## Path parameters

- `integrationId` string, uuid, required

## Request body

- DetachIntegrationBody
  - `projectId` string, uuid, required — Project to detach this integration from.

## Response `200`

Integration detached

- DetachIntegrationResponse
  - `detached` true, required

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Integration or project not found
- `409` — Integration is not currently attached to the project
- `429` — Rate limit exceeded

---

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