Skip to main content
Delete a webhook target. Required scope: admin
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
Whether the operation succeeded.