MATTR VII Management API Events Registry - v1.36.0
    Preparing search index...

    ADMIN_TENANT_CLIENT_DELETE_START

    interface AdminTenantClientDeleteStartEventSanitised {
        category: "admin-tenant";
        data: { clientId: string; force: boolean; tenantId: string };
        id: string;
        requestId: string;
        requestIp: string | undefined;
        timestamp: number;
        type: "ADMIN_TENANT_CLIENT_DELETE_START";
        userAgent: string | undefined;
        userId: string;
        version: "1";
    }
    Index
    category: "admin-tenant"
    data: { clientId: string; force: boolean; tenantId: string }
    id: string
    requestId: string
    requestIp: string | undefined
    timestamp: number
    type: "ADMIN_TENANT_CLIENT_DELETE_START"
    userAgent: string | undefined
    userId: string
    version: "1"