v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
Security Attack discovery API

Bulk delete Attack Discovery schedules

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/attack_discovery/schedules/_bulk_delete</span></div>

Refer to Spaces for more information.

Deletes multiple Attack Discovery schedules by ID.

post/api/attack_discovery/schedules/_bulk_delete

Request body

idsSecurityAttackDiscoveryAPINonEmptyString[] required

The unique identifiers of the Attack Discovery schedules to update.

Example request

{
  "ids": [
    "I am a string"
  ]
}

Response

Successfully processed the bulk delete request.

idsSecurityAttackDiscoveryAPINonEmptyString[] required

The unique identifiers of the schedules successfully affected by the bulk action.

totalnumber required

The total number of schedules matched by the bulk action.

Example response

{
  "errors": [
    {
      "rule": {
        "id": "I am a string"
      }
    }
  ],
  "ids": [
    "I am a string"
  ]
}