light-mode-image
Learn
API ReferenceHolder root CA certificates

Delete a holder root CA certificate

Roles

adminholder

Analytics Events

CREDENTIAL_HOLDER_CA_CERTIFICATE_DELETE_STARTCREDENTIAL_HOLDER_CA_CERTIFICATE_DELETE_SUCCESSCREDENTIAL_HOLDER_CA_CERTIFICATE_DELETE_FAIL
DELETE/v1/holder/certificates/ca/{certificateId}

Deletes a holder root CA certificate and cascade-deletes all associated signer certificates. For managed roots and signers, MATTR VII also removes the private key material it was holding on the customer's behalf.

Deletion does not invalidate any wallet attestation JWTs that were issued under this root. Those JWTs remain cryptographically valid until their natural expiry — verifiers that have already cached the signer's public key may continue to accept them. CRL-based revocation of issued attestations is not supported in this release.

Analytic events

  • CREDENTIAL_HOLDER_CA_CERTIFICATE_DELETE_START
  • CREDENTIAL_HOLDER_CA_CERTIFICATE_DELETE_SUCCESS
  • CREDENTIAL_HOLDER_CA_CERTIFICATE_DELETE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

certificateId*string

Unique identifier of the holder root CA certificate.

Formatuuid

Response Body

application/json

curl -X DELETE "https://example.vii.au01.mattr.global/v1/holder/certificates/ca/281d20b3-42a3-40dd-b29a-115ff32b02b7"
Empty
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
Empty

How would you rate this page?