MATTR VII Platform API Events Registry - v12.22.0
    Preparing search index...

    USER_CREDENTIAL_REFERENCE_UNLINK_SUCCESS

    interface UserCredentialReferenceUnlinkSuccessEventSanitised {
        category: "user";
        clientId: string | undefined;
        data: {
            credentialBundles: {
                credentialBundle: {
                    credentialConfigurationId: string;
                    credentialProfile:
                        | "mobile"
                        | "compact"
                        | "compact-semantic"
                        | "web-semantic";
                    credentialReferenceId: string;
                    credentialType: string;
                    id: string;
                    issuanceProtocol: "openid4vci"
                    | "apple";
                    offerId: string | undefined;
                    sessionId: string;
                    state: "suspended" | "active" | "unlinked";
                    walletId: string | undefined;
                };
                previousState: string;
            }[];
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "USER_CREDENTIAL_REFERENCE_UNLINK_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "user"
    clientId: string | undefined
    data: {
        credentialBundles: {
            credentialBundle: {
                credentialConfigurationId: string;
                credentialProfile:
                    | "mobile"
                    | "compact"
                    | "compact-semantic"
                    | "web-semantic";
                credentialReferenceId: string;
                credentialType: string;
                id: string;
                issuanceProtocol: "openid4vci"
                | "apple";
                offerId: string | undefined;
                sessionId: string;
                state: "suspended" | "active" | "unlinked";
                walletId: string | undefined;
            };
            previousState: string;
        }[];
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "USER_CREDENTIAL_REFERENCE_UNLINK_SUCCESS"
    userAgent: string | undefined
    version: "1"