aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9114db7..8601234 100644
--- a/README.md
+++ b/README.md
@@ -109,3 +109,14 @@ curl -X POST \
https://link.pkrm.dev/<link>/records
```
+#### Delete link records
+##### Delete all of the IP logs that are associated with a specific link
+```http
+POST /<link>/records
+```
+```curl
+curl -X POST \
+ -H "Authorization: Bearer YOUR_ACCOUNT_NAME" \
+ https://link.pkrm.dev/<link>/delrecords
+```
+