cart_remove
Remove scenes from your Bhoonidhi cart by supplying a saved query slug or selecting rows directly from the current cart view. Needs an authenticated session.
Instructions
Remove scenes from the Bhoonidhi cart.
Two ways to address rows: pass slug to index a saved query's scenes, or omit it and let select index the merged cart itself (the same row numbers cart_list shows under the same since/until/last/filter_by window). Needs a login (see auth_status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | ||
| slug | No | ||
| since | No | ||
| until | No | ||
| select | No | ||
| filter_by | No |