---
title: "Delete integration"
method: DELETE
path: "/api/projects/{projectId}/integrations/{integrationId}"
tags: ["Integration"]
---

# Delete integration

`DELETE /api/projects/{projectId}/integrations/{integrationId}`

Soft delete an integration by its ID.

## Path parameters

- `projectId` string, uuid, required
- `integrationId` string, uuid, required

## Response `200`

Delete operation successful

- object — Delete operation successful
  - `status` 'ok', required — Operation status

---

[API](https://skmtc.dev/gorules/apis/gorules-agent-api.md) · [All operations](https://skmtc.dev/gorules/apis/gorules-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gorules/gorules-agent-api/revisions/52c0773fcd80/schema)
