Skip to main content
DELETE
/
catalog
/
webhooks
/
{id}
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
Permanently delete a webhook subscription. Events will no longer be delivered to this endpoint.
id
string
required
The webhook subscription ID to delete.
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