distributions_delete
Delete an agent installation package by distribution ID to prevent new agents from registering with it.
Instructions
Delete agent installation packages
Delete an agent installation package. The distribution ID is required and can be found in the Create distributions API response or in the Agent Installations screen in the Cortex Console.
**Note: ** Once you delete an installation package, it prevents new agents using the package, including VDI, from registering.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/distributions/delete] · Endpoint Management
Example request body:
{
"request_data": {
"distribution_id": "1223"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | No |