Delete a Status list configuration
Roles
Analytics Events
/v2/credentials/mobile/status-lists/configurations/{id}Permanently deletes an existing Status list configuration.
Analytic events
- MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_DELETE_START
- MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_DELETE_SUCCESS
- MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_DELETE_FAIL
Authorization
bearerAuth In: header
Path Parameters
Status list configuration ID
uuidStatus list configuration ID
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/mobile/status-lists/configurations/3948c40e-6e19-4ffc-933c-91f643f24264"{
"code": "BadRequest",
"message": "Status list configuration is in use by at least one status list"
}{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}How would you rate this page?
Update a Status list configuration PUT
Updates an existing Status list configuration, allowing you to adjust the expiry and TTL (Time To Live) settings. ### **Analytic events** * MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_START * MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_SUCCESS * MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_FAIL
Create a new status list signer POST
Uses an existing IACA to sign a status list signer (intermediate certificate) that can be used to sign status list tokens. - Only available in implementations using unmanaged (external) IACAs. - A maximum of three Status List Signers can be created per tenant. ### **Analytic events** * MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_START * MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_SUCCESS * MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_FAIL