Skip to main content
DELETE
/
catalog
/
webhooks
/
{id}
await lasso.catalog.webhooks.delete('wh_abc123...');
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...');
204 No Content