dashboards_delete
Delete dashboards from Cortex XSIAM by setting filters for dashboard ID, name, or source. Remove one or many dashboards in a single request.
Instructions
Delete dashboards
Delete the dashboards retrieved by the Get dashboards API.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/dashboards/delete] · Dashboards
Example request body:
{
"request_data": {
"filters": [
{
"field": "name",
"value": "Incident by Severity",
"operator": "EQ"
},
{
"field": "source",
"value": "John Doe",
"operator": "EQ"
}
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |