Přejít na hlavní obsah
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
Trvale smaže webhook odběr. Události již nebudou doručovány na tento endpoint.
id
string
povinné
ID webhook odběru ke smazání.
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