DELETE
/
api
/
v1
/
pki
/
subscribers
/
{subscriberName}
cURL
curl --request DELETE \
  --url https://us.infisical.com/api/v1/pki/subscribers/{subscriberName} \
  --header 'Content-Type: application/json' \
  --data '{
  "projectId": "<string>"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "projectId": "<string>",
  "caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "commonName": "<string>",
  "status": "<string>",
  "subjectAlternativeNames": [
    "<string>"
  ],
  "ttl": "<string>",
  "keyUsages": [
    "<string>"
  ],
  "extendedKeyUsages": [
    "<string>"
  ],
  "lastOperationStatus": "<string>",
  "lastOperationMessage": "<string>",
  "lastOperationAt": "2023-11-07T05:31:56Z",
  "enableAutoRenewal": false,
  "autoRenewalPeriodInDays": 123,
  "lastAutoRenewAt": "2023-11-07T05:31:56Z",
  "properties": "<any>",
  "supportsImmediateCertIssuance": true
}

Path Parameters

subscriberName
string
required

The name of the PKI subscriber to delete.

Body

application/json
projectId
string
required

The ID of the project of the PKI subscriber to delete.

Response

Default Response

id
string<uuid>
required
projectId
string
required
name
string
required
commonName
string
required
status
string
required
subjectAlternativeNames
string[]
required
keyUsages
string[]
required
extendedKeyUsages
string[]
required
caId
string<uuid> | null
ttl
string | null
lastOperationStatus
string | null
lastOperationMessage
string | null
lastOperationAt
string<date-time> | null
enableAutoRenewal
boolean
default:false
autoRenewalPeriodInDays
number | null
lastAutoRenewAt
string<date-time> | null
properties
any
supportsImmediateCertIssuance
boolean