delete_webhook
Remove a webhook from a Bitbucket repository by specifying the repository slug and webhook UUID to stop automated notifications or integrations.
Instructions
Delete a webhook from a repository.
Args: repo_slug: Repository slug (name) webhook_uid: Webhook UUID (with or without braces) workspace: Bitbucket workspace (optional if configured)
Returns: Confirmation or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| webhook_uid | Yes | ||
| workspace | No |