Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / docs / api / commands / cookies / clear_cookies.md
1 clear_cookies
2 =========
3 Command to clear all the cookies set in the browser
4 ##Request
5 ```json
6 {
7     "name": "clear_cookies",
8     "args": []
9 }
10 ```
11 ##Response
12 ```json
13 {
14     "response": true
15 }
16 ```