If a handler of Bitbucket cloud service (deprecated) or webhook event detects a service/webhook that should be disabled - is there a way to achieve this by providing specific failure code, or perhaps causing a timeout by not providing response promptly?
The Troubleshoot Webhooks section of documentation says that "For each request that we send following an event, if the request fails or results in a timeout 30 times in a row, we deactivate the webhook. ". Does it mean that if events for specific service/webhook always fail, they will stop being sent eventually? Or they have to fail with a specific code to achieve this?
Thanks!