Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 396 Bytes

File metadata and controls

25 lines (15 loc) · 396 Bytes

deleteWebhook

Remove the domain's webhook.

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

Parameters

Name In Description
id path

Returns

any

Example

final res = await mk.deleteWebhook('dom_1');

← All methods · Docs · mailkite.dev