Headers
Path Parameters
Response
Certificate Authority deleted successfully
The created Certificate Authority details
curl --request DELETE \
--url https://encryption.platform.dev.ai71services.ai/encrova-service/api/v1/ca/{ca_id} \
--header 'x-api-key: <x-api-key>'{
"ca": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"parentCaId": "<string>",
"projectId": "<string>",
"type": "<string>",
"status": "<string>",
"friendlyName": "<string>",
"organization": "<string>",
"ou": "<string>",
"country": "<string>",
"province": "<string>",
"locality": "<string>",
"commonName": "<string>",
"dn": "<string>",
"serialNumber": "<string>",
"maxPathLength": 123,
"keyAlgorithm": "<string>",
"notBefore": "<string>",
"notAfter": "<string>",
"activeCaCertId": "<string>",
"requireTemplateForIssuance": true
}
}Delete CA
curl --request DELETE \
--url https://encryption.platform.dev.ai71services.ai/encrova-service/api/v1/ca/{ca_id} \
--header 'x-api-key: <x-api-key>'{
"ca": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"parentCaId": "<string>",
"projectId": "<string>",
"type": "<string>",
"status": "<string>",
"friendlyName": "<string>",
"organization": "<string>",
"ou": "<string>",
"country": "<string>",
"province": "<string>",
"locality": "<string>",
"commonName": "<string>",
"dn": "<string>",
"serialNumber": "<string>",
"maxPathLength": 123,
"keyAlgorithm": "<string>",
"notBefore": "<string>",
"notAfter": "<string>",
"activeCaCertId": "<string>",
"requireTemplateForIssuance": true
}
}Certificate Authority deleted successfully
The created Certificate Authority details
Show child attributes