Delete a Report Schedule

Deletes a report schedule.

DELETEcsapi/v1.3/reports/schedule/

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
reportingScheduleId Mandatory string Specify the UUID of the report schedule.

Sample: Delete a Report ScheduleSample: Delete a Report Schedule

API request

    curl -X DELETE
"<qualys_base_url>/csapi/v1.3/reports/schedule/620a2490-c3cc-11ed-bf38-5563a478dc98"
-H "accept: application/*"
-H "Authorization: Bearer <token>"

Response

    {
  "data": true,
  "message": "Report schedule state is set to DELETE successfully"
}