DELETE
/
scheduled
/
{scanSchedule}
Delete Scan Schedule
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<uuid>
required

The UUID of the Scan Schedule.

Response

204

Scan schedule deleted successfully.