Delete scheduled job
POST https://daas.digicert.com/apicontroller/v1/scan/deleteFutureJob
Use this endpoint to delete a scheduled scan job.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
divisionId | required | integer | Division ID. |
surveyDefId | required | integer | Survey definition ID of the scan. To get a list of |
jobOccurrenceTime | required | string | Start time of the scheduled job to delete. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | string | Message with information about the operation. |