v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Webhooks

Delete a webhook

Delete the specified webhook object. This webhook will no longer be accessible via API.

delete/webhooks/{webhookID}

Response

Successfully deleted webhook response

idstring required

An identifier that uniquely identifies the webhook endpoint

urlstring required

The URL that the webhook will send events to

status'active' | 'disabled' | 'deleted' required

The status of the webhook. Only active webhooks will receive events automatically.

public_keystring required

The public key (in PEM format) that should be used to verify the authenticity of webhook events

event_categoriesWebhookEventCategory[]

The list of event categories that the webhook endpoint will receive