curl --request DELETE \
--url https://us.infisical.com/api/v1/pki/certificate-templates/{certificateTemplateId}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"commonName": "<string>",
"subjectAlternativeName": "<string>",
"pkiCollectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ttl": "<string>",
"keyUsages": [
"<string>"
],
"extendedKeyUsages": [
"<string>"
],
"projectId": "<string>",
"caName": "<string>"
}
curl --request DELETE \
--url https://us.infisical.com/api/v1/pki/certificate-templates/{certificateTemplateId}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"commonName": "<string>",
"subjectAlternativeName": "<string>",
"pkiCollectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ttl": "<string>",
"keyUsages": [
"<string>"
],
"extendedKeyUsages": [
"<string>"
],
"projectId": "<string>",
"caName": "<string>"
}
The ID of the certificate template to delete.
Default Response
The response is of type object
.
Was this page helpful?