delete_cookie
Delete a specific browser cookie by name, optionally specifying domain and path, to manage sessions or clear stored data.
Instructions
Delete a specific cookie by name. Use get_cookies first to find exact name and domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cookie name to delete | |
| path | No | Cookie path | / |
| tabId | No | Tab ID (optional) | |
| domain | No | Cookie domain (optional, uses current domain if not specified) |