DELETE
/
api
/
v1
/
pki
/
subscribers
/
{subscriberName}
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>"
  ]
}

Path Parameters

subscriberName
string
required

The name of the PKI subscriber to delete.

Body

application/json

Response

200
application/json

Default Response

The response is of type object.