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.
result = await mesa.webhook_targets.delete(webhook_target_id="wh_123")
print(result.success)

Options

webhook_target_id
str
required
Webhook target ID.
org
str | None
Organization override.

Response

success
bool
Always True when deletion succeeds.

Required scope

admin