External DocumentationTo learn more, visit the CrowdStrike documentation.
Actions
Delete Report
Delete report based on the report ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Report ID | The ID of the report. You can find the report ID in the Sensor Report page. |
{
"errors": [
{
"code": 0,
"id": "string",
"message": "string"
}
],
"meta": {
"MsaMetaInfo": {
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
},
"powered_by": "string",
"query_time": 0,
"trace_id": "string",
"writes": {
"resources_affected": 0
}
},
"quota": {
"in_progress": 0,
"total": 0,
"used": 0
}
},
"resources": [
"string"
]
}
Was this page helpful?