Update README.md

This commit is contained in:
Parker M. 2024-02-25 22:29:53 -06:00
parent fa8bc4c176
commit ec4c5f0c34
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -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
```