v53

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

Delete Attack Discovery schedule

Spaces method and path for this operation:

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

Refer to Spaces for more information.

Permanently deletes an Attack Discovery schedule and all associated configuration.

delete/api/attack_discovery/schedules/{id}

Path parameters

idstring nonempty required

A string that does not contain only whitespace characters.

Example:I am a string

The unique identifier (UUID) of the Attack Discovery schedule to delete. This ID is returned when creating a schedule and can be found in schedule listings.

Response

Successfully deleted Attack Discovery schedule, returning the ID of the deleted schedule for confirmation

idstring nonempty required

A string that does not contain only whitespace characters.

Example response

{
  "id": "I am a string"
}