DELETE
/
scheduled
/
{scanSchedule}
curl --request DELETE \
  --url https://api.altostrat.io/scans/cve/scheduled/{scanSchedule} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Authentication token obtained via Altostrat platform login.

Path Parameters

scanSchedule
string
required

The UUID of the Scan Schedule.

Response

204

Scan schedule deleted successfully.