Delete a Verification request signer
/v2/presentations/certificates/verifier-signers/{verifierSignerId}Deletes a Verification request signer.
Only available in implementations using unmanaged (external) Verifier root CA certificates.
Roles
Analytics Events
Authorization
bearerAuth In: header
Path Parameters
Unique identifier of the Verification request signer.
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v2/presentations/certificates/verifier-signers/497f6eca-6276-4993-bfeb-53cbbbba6f08"How would you rate this page?
Update a Verification request signer PUT
Updates a Verification request signer by: - Providing a Verification Request Signer Certificate (VRSC) in PEM format that matches its Certificate Signing Request (CSR). - Activating or deactivating the VRSC signer. Only VRSC signers with a valid PEM certificate can be activated. - The `certificatePem` field becomes immutable after it's updated for the first time. Only available in implementations using unmanaged (external) Verifier root CA certificates.
Create a trusted issuer POST
Add a new mDocs trusted issuer, to be used in online presentation workflows.