xql_library_delete
Delete XQL queries from the library by specifying query names or tags. Requires Instance Administrator permissions.
Instructions
Delete XQL Queries
Delete XQL queries. You can filter by list of query names or by list of query tags.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/xql_library/delete] · Query Library
Example request body:
{
"request_data": {
"xql_query_names": [
"test_ql11",
"test_ql2",
"test_ql33"
],
"xql_query_tags": [
"tag1",
"tag2",
"tag3"
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |