delete_webhook
Remove a webhook from a Bitbucket repository using its UUID to stop automated notifications and integrations.
Instructions
Delete a webhook.
Args:
repo_slug: Repository slug
webhook_uuid: Webhook UUID (from list_webhooks)
Returns:
Confirmation of deletionInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| webhook_uuid | Yes |