Skip to main content
DELETE
/
api
/
v1
/
forms
/
{form_token}
/
integrations
/
webhooks
/
{id}
Delete a webhook integration
curl --request DELETE \
  --url https://formhug.ai/api/v1/forms/{form_token}/integrations/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true,
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://formhug.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Personal Access Token prefixed with fh_. Sent as Authorization: Bearer fh_xxx. The scope required by each endpoint is listed in that endpoint's description.

Path Parameters

form_token
string
required
id
string
required

Webhook ID

Response

200 - application/json

Deleted

data
object
required
Last modified on May 21, 2026