Delete all certificates and endpoints associated with the scan results permanently from an account.
curl -X POST \
https://daas.digicert.com/apicontroller/v1/certificate/deleteAllCertificatesEndpoints \
-H 'Content-Type: application/json' \
-H 'X-DC-DEVKEY: {{api_key}}' \
-d '{
"accountId": 5153184
}'
{
"error": null,
"data": "All certificates and endpoints deleted."
}
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | object | Message with information about the request. |