/api/2.0/fo/schedule/scan/?action=delete
[POST]
Delete scan schedule in the user's account.
Parameter |
Description |
action=delete |
(Required) |
echo_request={0|1} |
(Optional) Specify 1 to view (echo) input parameters in the XML output. By default these are not included. |
id={value} |
(Required) ID of schedule you want to delete. |
API request
curl -u "USERNAME:PASSWD" -H "X-Requested-With: curl" -X "POST" -d "id=123456"
"https://qualysapi.qualys.com/api/2.0/fo/schedule/scan/?action=delete"
XML output
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE SIMPLE_RETURN SYSTEM
"https://qualysapi.qualys.com/api/2.0/simple_return.dtd">
<SIMPLE_RETURN>
<RESPONSE>
<DATETIME>2018-05-30T21:32:40Z</DATETIME>
<TEXT>Schedule scan deleted successfully</TEXT>
<ITEM_LIST>
<ITEM>
<KEY>ID</KEY>
<VALUE>123456</VALUE>
</ITEM>
</ITEM_LIST>
</RESPONSE>
</SIMPLE_RETURN>
<platform API server>/api/2.0/simple_return.dtd