aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-02-25 22:29:53 -0600
committerParker <contact@pkrm.dev>2024-02-25 22:29:53 -0600
commitec4c5f0c34a4d2071aaf37aa768808c4b3741de7 (patch)
treed14672c6e3b8cd195845d11d14577bd884e7a7f2 /README.md
parentfa8bc4c176c9c55d008602e10d36596f841b8e27 (diff)
Update README.md
Diffstat (limited to 'README.md')
-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
+```
+