Skip to main content
DELETE
Delete Webhook
This endpoint uses the Webhook object.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

hookId
string
required

Unique webhook ID

Response

Success

_id
string

Unique identifier for the webhook

targetUrl
string

The URL where the webhook will send data

createdAt
string<date-time>

Timestamp when the webhook was created

type
string

Type of webhook event

campaignId
string

Associated campaign ID, if applicable