aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 778c185..41c8fde 100644
--- a/README.md
+++ b/README.md
@@ -60,4 +60,12 @@
- 200 Ok
- JSON `["SESSION_KEY":"CLIENT_ID"]`
- 401 Unauthorized
+ - JSON `"Not Authenticated"`
+- POST `/user/delete`
+ - Request
+ - JSON `{"id": "ID", "session": "SESSION_KEY"}`
+ - Response
+ - 200 Ok
+ - JSON `"Deleted"`
+ - 401 Unauthorized
- JSON `"Not Authenticated"` \ No newline at end of file