Skip to main content
DELETE
/
certs
/
{certId}
/
issuers
Batch unassign JWT issuers from a certificate
curl --request DELETE \
  --url https://api.example.com/certs/{certId}/issuers \
  --header 'Content-Type: application/json' \
  --data '
{
  "issuerIds": [
    "<string>"
  ]
}
'

Path Parameters

certId
string
required

The ID of the certificate

Body

application/json
issuerIds
string[]
required

Array of issuer IDs to unassign from this certificate

Minimum array length: 1

Response

JWT issuers successfully unassigned from the certificate