Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 576 Bytes

File metadata and controls

25 lines (15 loc) · 576 Bytes

deleteWebhookEvents

Opt the domain's inbound webhook back out of engagement events (inbound email.received only — the default).

HTTP: DELETE /api/domains/{id}/webhook-events

Parameters

Name In Description
id path

Returns

ok-response — see the ok-response schema.

Example

Object res = mk.deleteWebhookEvents("dom_1");

← All methods · Docs · mailkite.dev