---
title: "Delete Integration"
method: DELETE
path: "/v1/external-support/{projectId}"
tags: ["External Support Panel"]
---

# Delete Integration

`DELETE /v1/external-support/{projectId}`

Delete an external support panel integration. Jelou will stop sending events to the webhook and the signingSecret will be invalidated.

## Path parameters

- `projectId` string, required

## Response `200`

Integration deleted successfully

- ExternalSupportDeleteResponse
  - `message` string[]
  - `statusMessage` string
  - `status` integer

## Other responses

- `401` — Unauthorized - Invalid authentication credentials
- `404` — Not found - Resource not found

---

[API](https://skmtc.net/jelou/apis/jelou-api.md) · [All operations](https://skmtc.net/jelou/apis/jelou-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jelou/jelou-api/versions/845ce127d94a/schema)
