Delete Trusted Certificate
Removes a trusted certificate from the HCX Manager's trust store using its SHA-256 thumbprint.
SHA-256 thumbprint of the certificate to delete (case-insensitive)
a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456
Certificate deleted successfully
{
"success": true,
"completed": true,
"time": 1753094523000,
"version": "1.0",
"data": {
"items": [
"a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456"
]
}
}
Indicates if the operation was successful
Indicates if the operation completed
Unix timestamp in milliseconds
API version
Protocol version
Response fingerprint
Response data containing items array
Array of error objects
Array of warning objects
Certificate not found
{
"success": true,
"completed": true,
"time": 1753094523000,
"version": "1.0",
"data": {
"items": []
}
}
Indicates if the operation was successful
Indicates if the operation completed
Unix timestamp in milliseconds
API version
Protocol version
Response fingerprint
Response data containing items array
Array of error objects
Array of warning objects
Internal server error
{
"success": false,
"completed": true,
"time": 1753094523000,
"version": "1.0",
"errors": [
{
"text": "Failed to delete certificate"
}
]
}
Indicates if the operation was successful
Indicates if the operation completed
Unix timestamp in milliseconds
API version
Protocol version
Response fingerprint
Response data containing items array
Array of error objects
Array of warning objects
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/admin/certificates/{sha256}