MemoryKit

Delete Webhook

Delete a webhook endpoint.

DELETE/v1/webhooks/{webhookId}

Path parameters

webhookIdUUIDrequired

The webhook ID.

Response

Returns 204 No Content on success.

await mk.webhooks.delete("wh_abc123");
Edit on GitHub

On this page