---
title: "Delete Webhook Integration"
method: DELETE
path: "/open/forms/{form}/integrations/{integrationid}"
tags: ["Integrations"]
---

# Delete Webhook Integration

`DELETE /open/forms/{form}/integrations/{integrationid}`

Delete a webhook integration. Requires `manage-integrations` ability.

## Path parameters

- `form` number, required — The ID of the form.
- `integrationid` number, required — The ID of the integration.

## Response `200`

Webhook deleted successfully

- object
  - `message` string

## Other responses

- `403` — Forbidden – insufficient permissions
- `404` — Form or integration not found

---

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