storage_delete
Delete a single item from Crawlbase Cloud Storage by specifying the request ID (RID). Optionally use the JS token's storage for items from JavaScript-rendered crawls.
Instructions
Delete a single item from Crawlbase Cloud Storage by RID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rid | Yes | Storage request ID to delete. | |
| use_js_token | No | Operate on the JS token's storage instead of the normal token's. Set to true if the target RIDs came from a crawl whose response showed token_type=js. |