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

    USER_CREDENTIAL_BUNDLE_UNLINK_SUCCESS

    interface UserCredentialBundleUnlinkSuccessEventSanitised {
        category: "user";
        clientId: string | undefined;
        data: {
            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_BUNDLE_UNLINK_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "user"
    clientId: string | undefined
    data: {
        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_BUNDLE_UNLINK_SUCCESS"
    userAgent: string | undefined
    version: "1"