Clipform
Integrations

Unsubscribe from form completions

Deactivates a webhook subscription so Clipform stops POSTing completions to its target URL.

DELETE
/connect/hooks/{hookId}

Authorization

AuthorizationBearer <token>

Authorization-code OAuth for installed apps acting on a user's workspace. Access tokens (cf_at_*) are passed as Bearer tokens and authorize the Integrations operations. They are opaque, single-audience, server-side records - not JWTs - so the JWT hardening in RFC8725 does not apply. Client credentials are issued per app - contact support@clipform.io.

In: header

Scope: webhooks:manage

Path Parameters

hookId*string

Subscription id returned when the webhook was registered.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/connect/hooks/6f4b2c1e-0d3a-4a2b-9c8d-1e2f3a4b5c6d"
{  "success": true}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}