From ec4c5f0c34a4d2071aaf37aa768808c4b3741de7 Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 25 Feb 2024 22:29:53 -0600 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +``` +