Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Hard-deletes the listed webhooks only if they belong to the calling API key. Webhooks owned by a different API key are silently skipped — only successfully deleted ids appear indeletedIds. This prevents one API key from probing or removing rows owned by another.
The deletion runs in a single transaction: any FailedEvent rows referencing a deleted webhook are removed first, then the Stream rows themselves — you can’t end up with a half-deleted webhook plus orphan failed-event rows.
Returns
See DeleteWebhooksOutput.
Arguments
Webhook ids to delete. See DeleteWebhooksInput.
Errors
| Code | When |
|---|---|
UNAUTHENTICATED | API key missing or invalid. |