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.

MDN Reference


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