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

Path Parameters

certificateId
string<uuid>
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