Skip to main content
DELETE

Delete Webhook Integration

Remove a webhook integration from a form.

Authentication & Scope

This endpoint requires a Personal Access Token with the manage-integrations ability.

Request

number
required
The ID of the form containing the webhook.
number
required
The ID of the webhook integration to delete.

Response

200 OK – Webhook deleted successfully.
403 Forbidden – The token does not have manage-integrations ability or insufficient form permissions. 404 Not Found – Form or integration not found.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

form
number
required

The ID of the form.

integrationid
number
required

The ID of the integration.

Response

Webhook deleted successfully

message
string
Example:

"Form Integration was deleted."