Revoke a Document Signer
/v2/credentials/mobile/document-signers/{documentSignerId}/revokeRevokes an existing Document Signer, making it unusable for signing new mDocs.
If the verifier checks the CRL referenced in the IACA certificate, it must treat revoked Document Signers and any mDocs they signed as untrusted.
Roles
Analytics Events
Authorization
bearerAuth In: header
Path Parameters
Document Signer identifier
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Empty request body for document signer revocation
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v2/credentials/mobile/document-signers/497f6eca-6276-4993-bfeb-53cbbbba6f08/revoke" \ -H "Content-Type: application/json" \ -d '{}'{ "revoked": true, "revocationDate": "string"}How would you rate this page?
Create a Document Signer POST
Creates a new Document Signer that can be used to sign new mDocs. - Only available in implementations using unmanaged (external) IACAs. - A maximum of five Document Signers can be created per tenant.
Retrieve all Document Signers GET
Retrieves all existing Document Signers from the tenant.