light-mode-image
Learn
MATTR VII PlatformStatus list signers

Revoke a status list signer

Revokes an existing status list signer, making it unusable for signing new status lists.

If the verifier checks the CRL referenced in the IACA certificate, it must treat revoked status list signers and any status list they signed as untrusted.

Only available in implementations using managed IACAs. When using unmanaged (external) IACAs, you must revoke the status list signer certificate directly with the CA that issued it.

Analytics Events

MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_STARTMOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_SUCCESSMOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_FAIL

Roles

adminissuer
POST/v2/credentials/mobile/status-list-signers/{statusListSignerId}/revoke
AuthorizationBearer <token>

In: header

Path Parameters

statusListSignerIdstring

Status list signer identifier

Formatuuid

Empty Object

Response Body

curl -X POST "https://example.vii.au01.mattr.global/v2/credentials/mobile/status-list-signers/497f6eca-6276-4993-bfeb-53cbbbba6f08/revoke" \  -H "Content-Type: application/json" \  -d '{}'
{
  "revoked": true,
  "revocationDate": "2025-10-31T23:59:59Z"
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?