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.
Soft-delete a product from the catalog
await lasso.catalog.delete('a1b2c3d4-...');
client.catalog.delete("a1b2c3d4-...")
curl -X DELETE "https://hub.banditshq.com/api/v1/catalog/a1b2c3d4-..." \ -H "Authorization: Bearer lasso_..."
{ "deleted": true, "id": "a1b2c3d4-..." }
deleted_at
true