ADK for TypeScript: API Reference
    Preparing search index...

    Interface DeleteArtifactRequest

    The parameters for deleteArtifact.

    interface DeleteArtifactRequest {
        appName: string;
        filename: string;
        sessionId: string;
        userId: string;
    }

    Hierarchy (View Summary)

    Properties

    appName: string

    The name of the application.

    filename: string

    The filename of the artifact.

    sessionId: string

    The ID of the session.

    userId: string

    The ID of the user.