Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete a webhook subscription
await lasso.catalog.webhooks.delete('wh_abc123...');
client.catalog.webhooks.delete("wh_abc123...")
curl -X DELETE "https://hub.banditshq.com/api/v1/catalog/webhooks/wh_abc123..." \ -H "Authorization: Bearer lasso_..."
204 No Content