Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / docs / api / commands / cookies / clear_cookies.md
diff --git a/vendor/jcalderonzumba/gastonjs/docs/api/commands/cookies/clear_cookies.md b/vendor/jcalderonzumba/gastonjs/docs/api/commands/cookies/clear_cookies.md
new file mode 100644 (file)
index 0000000..e872252
--- /dev/null
@@ -0,0 +1,16 @@
+clear_cookies
+=========
+Command to clear all the cookies set in the browser
+##Request
+```json
+{
+    "name": "clear_cookies",
+    "args": []
+}
+```
+##Response
+```json
+{
+    "response": true
+}
+```