wavexis_cookies_delete
Delete cookies by name and domain from the browser, optionally navigating to a URL first.
Instructions
Delete cookies matching a name and domain in the browser.
Use wavexis_cookies_clear to remove all cookies, or
wavexis_cookies_set to add a new cookie.
Side effects: launches/acquires a browser backend, navigates to url
if provided, destructively removes matching cookies from browser state.
Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |