How disable webhook without deleting it?

Is there a way to disable a webhook without destroying it or losing valuable configuration parameters? At times webhook calls cause problems at the endpoint and we need to shut off the hose without losing all the setup work.

Since the name of the webhook is a prefix, if it was previously something like “MyEvent” change it to “DISABLED_MyEvent” and it won’t trigger but it’s easy to switch back.

4 Likes

Ok, thanks, I’ll look into that. For now I prefixed the URL with DISABLED, but probably cleaner to do the name.