Skip to main content
DELETE
/
scans
/
cve
/
scheduled
/
{scanScheduleId}
Delete a Scan Schedule
curl --request DELETE \
  --url https://api.altostrat.io/scans/cve/scheduled/{scanScheduleId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your bearer token in the format: Bearer {token}

Path Parameters

scanScheduleId
string<uuid>
required

The unique identifier of the scan schedule to delete.

Example:

"9c43cc95-f313-49a3-b632-524f7a24503b"

Response

The scan schedule was deleted successfully.