Cancel a Registry Schedule

Cancels a single registry schedule.

POST/v1.3/registry/{registryId}/schedule/{scheduleId}/cancel

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

registryId

Mandatory

string

UUID of the registry you want to cancel the schedule for.

scheduleId

Mandatory

string

ID/UUID of the schedule you want to cancel.

SampleSample

API request

    curl -X POST 
"<qualys_base_url>/csapi/v1.3/registry/4d319710-1e1c-48c3-a19f-548bb8e438a5/schedule/93efaf06-364d-401f-b4fd-e0c9810bd8e6/cancel" --header "Authorization: Bearer <token>" 
    

Response

    response code 200