--- title: "Abort cloud scan" source_url: https://dev.digicert.com/certcentral-apis/discovery-api/cloud-scan/abort-cloud-scan.html api_method: POST api_endpoint: "/apicontroller/v1/scan/abortCloudScan" api_url: "https://daas.digicert.com/apicontroller/v1/scan/abortCloudScan" --- **POST** `https://daas.digicert.com/apicontroller/v1/scan/abortCloudScan` Use this endpoint to abort a cloud scan while it is still in progress. ## Example requests and responses ## cURL ```bash curl --location --request POST 'https://daas.digicert.com/apicontroller/v1/scan/abortCloudScan' \ --header 'X-DC-DEVKEY: {{api_key}}' \ --header 'Content-Type: application/json' \ --data-raw '{"accountId":5153184,"divisionId":677793}' ``` ## 200 OK ```json { "error": null, "data": "Scan abort successful" } ``` ## Request parameters
Name Req/Opt Type Description
accountId required string Account ID.
divisionId required integer Division ID.
## Response parameters
Name Type Description
error object Includes the error code, if any.
data object Message with additional information about the request.