Skip to content

Commit b068278

Browse files
author
Josh Sager
committed
Added DELETE endpoint for longview client
1 parent e293928 commit b068278

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/data/endpoints/longview.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ endpoints:
3333
curl: |
3434
curl -H "Authorization: Bearer $TOKEN" \
3535
https://$api_root/$version/longview/clients/$longviewclient_id
36+
DELETE:
37+
oauth: longviewclients:delete
38+
dangerous: true
39+
description: >
40+
Deletes this Longview client. This action cannot be undone
41+
examples:
42+
curl: |
43+
curl -H "Authorization: Bearer $TOKEN" \
44+
-X DELETE \
45+
https://$api_root/$version/longview/clients/$longviewclient_id

0 commit comments

Comments
 (0)