Unsubscribe from an event (delete webhook)
Unsubscribe from an event (delete webhook)
Removes a previously registered webhook so Atlas stops delivering the event.
Authentication
api-keystring
Your Atlas API key. Get it from the Atlas Portal under Settings > API Keys.
Request
This endpoint expects an object.
hookUrl
The same URL used when subscribing.
campaignId
The campaign the webhook was registered for.
triggerName
The event that triggers webhook delivery.
provider
Identifies the webhook integration. For direct API usage this is always custom.
Response
Subscription removed
Errors
400
Bad Request Error
500
Internal Server Error
