delete

inline suspend fun CookieStore.delete(name: String)(source)

The delete() method of the CookieStore interface deletes a cookie that matches the given name or options object. The method expires the cookie by changing its date to one in the past.

MDN Reference


inline suspend fun CookieStore.delete(options: CookieStoreDeleteOptions)(source)