We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e293928 commit b068278Copy full SHA for b068278
docs/src/data/endpoints/longview.yaml
@@ -33,3 +33,13 @@ endpoints:
33
curl: |
34
curl -H "Authorization: Bearer $TOKEN" \
35
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