I’m working on trying to get webhooks working and sending a lot of test requests. I’m realizing though that after sending create_webhook I can’t do something like this:
query {
webhooks {
id
}
}
How can I clear out all webhooks or view what is connected?
