Webhooks
Delete a Webhook Subscription
DELETE /public/webhook/unsubscribe/ — Permanently removes a webhook subscription and stops all future event deliveries to its endpoint.
DELETE
Permanently deletes a webhook subscription and all of its event bindings. Once deleted, Portal.io will no longer send event payloads to the associated endpoint. This action cannot be undone — if you need to re-subscribe later, you must create a new subscription with
POST /public/webhook/subscribe.
Headers
Accept Header
Available options:
application/json Application Id
A date timestamp of the request
A signature for the request
User API Key
Path Parameters
Numeric ID of the webhook subscription to permanently delete. Must belong to the authenticated account; returns 400 if not found.