Skip to main content

Overview

Credentials can be revoked when they are no longer valid — a fraudulent completion, an expired certification, or incorrect data that needs re-issuance. When a credential is revoked, any future verification attempt against it will show isValid: false.

When to Revoke

Endpoint

Request

Revocation is a batch operation — you pass an array of credential IDs to revoke in a single call.

Request Body

Revocation is permanent. To re-credential a youth after revoking, issue a new credential through the standard issuance workflow.

Impact on Verification

When a verifier checks a revoked credential, the isValid field will be false. The verifier’s application should check isValid before trusting any presented data.