# deleteCookie
- Delete either a single cookie by parameter name, or all the cookies associated with the active document’s address if name is undefined.
- @summary Support: Web(WebView)
- @param {string} name cookie name
- @see {@link https://w3c.github.io/webdriver/#delete-cookie|DELETE /session/:sessionId/cookie/:name}