Deletes a scan schedule. Fails if the schedule has running scans. Requires cve:delete scope.
cve:delete
cURL
curl --request DELETE \ --url https://api.altostrat.io/scans/cve/scheduled/{scanSchedule} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Authentication token obtained via Altostrat platform login.
The UUID of the Scan Schedule.
Scan schedule deleted successfully.
Was this page helpful?