Delete a Registry Schedule

Use this API to delete an existing registry schedule.

DELETE/v1.3/registry/{registryId}/schedule/{scheduleId}

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

registryId

Mandatory

string

ID/UUID of the registry you want to delete the schedule for.

scheduleId

Mandatory

string

ID/UUID of the schedule you want to delete.

You cannot delete a schedule that is in the “Running” state.

SampleSample

API request

    curl -X DELETE 
"<qualys_base_url>/csapi/v1.3/registry/8eadf73e-357a-4282-9351-1ff453e4131d/schedule/aeab1ccd-a2ae-4bd9-807d-d387b0555fbe" --header "Authorization: Bearer <token>"
    

Response

    response code 200
    

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.