Skip to main content
Version: 22.6.0

DeleteCookiesRequest interface

Signature:

export interface DeleteCookiesRequest

Properties

PropertyModifiersTypeDescriptionDefault
domainoptionalstringIf specified, deletes only cookies with the exact domain.
namestringName of the cookies to remove.
pathoptionalstringIf specified, deletes only cookies with the exact path.
urloptionalstringIf specified, deletes all the cookies with the given name where domain and path match provided URL. Otherwise, deletes only cookies related to the current page's domain.