SSharaFormsDocs
Integrations

Delete Webhook Integration

Remove a webhook integration from a form.

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

Remove a webhook integration from a form.

#Authentication & Scope

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

#Request

formnumber required

The ID of the form containing the webhook.

integrationidnumber required

The ID of the webhook integration to delete.

http
DELETE /open/forms/{form}/integrations/{integrationid} HTTP/1.1
Host: api.sharaforms.com
Authorization: Bearer <token>

#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.