Delete all certificates and endpoints
less than a minute
POST
Delete all certificates and endpoints associated with the scan results permanently from an account.https://daas.digicert.com/apicontroller/v1/certificate/deleteAllCertificatesEndpoints
Example requests and responses
cURL
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
}'
200 OK
{
"error": null,
"data": "All certificates and endpoints deleted."
}
Request parameters
| Name | Req/Opt | Type | Description |
|---|---|---|---|
| accountId | required | string | Account ID. |
Response parameters
| Name | Type | Description |
|---|---|---|
| error | object | Includes the error code, if any. |
| data | object | Message with information about the request. |
Was this page helpful?
Provide feedback