Skip to main content
Delete a webhook target by ID. Required scope: admin
await mesa.webhookTargets.delete({ webhookTargetId: 'wht_123' });

Options

webhookTargetId
string
required
Webhook target ID.
org
string | undefined
Organization override.

Response

success
true
Whether the operation succeeded.