Queries
Delete Queries
Delete a FortiCNAPP Query Language (LQL) query registered in your FortiCNAPP instance by invoking the following endpoint:
DELETE https://YourAccount.lacework.net/api/v2/Queries/{queryId}
Replace {queryId} with the queryId value returned for an LQL query in the response when invoking the following endpoint: GET /api/v2/Queries.
delete/api/v2/Queries/{queryId}
Path parameters
queryIdstring required
Identifier of the query that executes while running the policy.
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Response
Success