Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

Use this file to discover all available pages before exploring further.

Delete a webhook target by ID.
await mesa.webhookTargets.delete({ webhookTargetId: 'wht_123' });

Options

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

Response

Returns { success: true }.

Required scope

admin