Forms API
Unsubscribe from Form Events
Remove a webhook subscription
DELETE
Removes a webhook subscription using either a webhook ID or target URL as a query parameter. You must provide either webhookId
or targetUrl
as a query parameter.
Authorizations
Query Parameters
The unique identifier of the webhook subscription
The URL that receives webhook events
Response
200
application/json
Successfully unsubscribed from webhook
The response is of type object
.