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//records
```
+#### Delete link records
+##### Delete all of the IP logs that are associated with a specific link
+```http
+POST //records
+```
+```curl
+curl -X POST \
+ -H "Authorization: Bearer YOUR_ACCOUNT_NAME" \
+ https://link.pkrm.dev//delrecords
+```
+