Security Attack discovery API
Delete Attack Discovery schedule
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <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
Example response
{
"id": "I am a string"
}