---
title: "Unsubscribe Webhook"
method: DELETE
path: "/external/zapier/webhook"
tags: ["Zapier"]
---

# Unsubscribe Webhook

`DELETE /external/zapier/webhook`

This endpoint is used to unsubscribe from the webhook.

## Request body

- object
  - `hookUrl` string, required — The URL provided by Zapier to stop sending the submission data
  - `form_id` number, required — The ID of the form for which to unsubscribe the webhook

## Response `200`

Webhook successfully unsubscribed

---

[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)
