---
title: "Disconnect CRM Integration"
method: DELETE
path: "/api/v3/crm/{integration_id}"
tags: ["CRM"]
---

# Disconnect CRM Integration

`DELETE /api/v3/crm/{integration_id}`

Revoke and disconnect a CRM integration. Requires admin role.

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Response `200`

Successful Response

- CRMDisconnectResponse — Response model for CRM disconnect.
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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