Langfuse JS/TS SDKs
    Preparing search index...

    Interface DeletePromptRequest

    {}
    
    interface DeletePromptRequest {
        label?: string;
        version?: number;
    }
    Index

    Properties

    Properties

    label?: string

    Optional label to filter deletion. If specified, deletes all prompt versions that have this label.

    version?: number

    Optional version to filter deletion. If specified, deletes only this specific version of the prompt.