Skip to main content
DELETE
/
catalog
/
webhooks
/
{id}
await lasso.catalog.webhooks.delete('wh_abc123...');
204 No Content

Documentation Index

Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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