Delete a verifier root CA certificate
Roles
Analytics Events
/v2/presentations/certificates/ca/{certificateId}Deletes an existing verifier root CA certificate.
Analytic events
- PRESENTATION_VERIFIER_CA_CERTIFICATE_DELETE_START
- PRESENTATION_VERIFIER_CA_CERTIFICATE_DELETE_SUCCESS
- PRESENTATION_VERIFIER_CA_CERTIFICATE_DELETE_FAIL
Authorization
bearerAuth In: header
Path Parameters
Unique identifier for the verifier root CA certificate.
uuidResponse Body
application/json
curl -X DELETE "https://example.com/v2/presentations/certificates/ca/497f6eca-6276-4993-bfeb-53cbbbba6f08"How would you rate this page?
Update a verifier root CA certificate PUT
Updates an existing verifier root CA certificate. ### **Analytic events** * CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_UPDATE_START * CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_UPDATE_SUCCESS * CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_UPDATE_FAIL
Create a Verification request signer POST
Creates a Verification request signer. - Only available in implementations using unmanaged (external) Verifier root CA certificates. - A maximum of five Verification request signers can be created per tenant. ### **Analytic events** * CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_CREATE_START * CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_CREATE_SUCCESS * CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_CREATE_FAIL