Delete an IACA
Roles
Analytics Events
/v2/credentials/mobile/iacas/{iacaId}Deletes an existing IACA by providing its ID.
Analytic events
- MOBILE_CREDENTIAL_IACA_DELETE_START
- MOBILE_CREDENTIAL_IACA_DELETE_LIST_SUCCESS
- MOBILE_CREDENTIAL_IACA_DELETE_LIST_FAIL
Authorization
bearerAuth In: header
Path Parameters
IACA ID
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/mobile/iacas/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"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?
Update an IACA PUT
Update the status of an IACA. Only active IACAs can be used for signing mDocs. Creating an IACA with `active` set to `false` enables distributing the IACA's PEM to relying parties in advance, before it is being used to sign any mDocs. ### **Analytic events** * MOBILE_CREDENTIAL_IACA_UPDATE_START * MOBILE_CREDENTIAL_IACA_UPDATE_SUCCESS * MOBILE_CREDENTIAL_IACA_UPDATE_FAIL
Retrieve IACA CRL GET
Retrieves the Certificate Revocation List (CRL) for the specified IACA in DER binary format. This endpoint is public and does not require authentication. CRLs must be publicly accessible so relying parties can validate certificates. ### **Analytic events** * MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_START * MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_SUCCESS * MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_FAIL