Update README.md
This commit is contained in:
parent
fa8bc4c176
commit
ec4c5f0c34
11
README.md
11
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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user