delete

suspend fun delete(name: String)(source)

The delete() method of the CookieStore interface deletes a cookie that matches the given name or options object.

MDN Reference


suspend fun delete(options: CookieStoreDeleteOptions)(source)