asm_management_remove_asm_data
Remove certificates, domains, and IP ranges from your inventory. Batch removal of up to 500 assets per request, including related subdomains and individual IPs.
Instructions
Remove Assets
Remove certificates, domains (paid-level domains and subdomains), and IPv4 address ranges from your inventory. Remove up to 500 certificates, domains, or IP ranges per request.
Removed assets appear the Asset Uploads/Removals table with the status Removed. Within 24 hours of submitting your request, assets are removed from the inventory. Within a few days, related incidents, alerts, and services are also removed. You cannot remove an asset that was uploaded in a previous upload request.
When you remove a paid-level domain, related subdomains are also removed. When you remove an IPv4 range, the individual IPv4 addresses in that range are also removed.
Required role: Instance Admin
Required license: Cortex XSIAM Premium or Cortex XSIAM with ASM add-on
[POST /public_api/v1/asm_management/remove_asm_data] · Asset Management
Example request body:
{
"request_data": {
"asset_type": "domain",
"asset_identifiers": [
"test1.com",
"test2.com"
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. |