Parameters for the deletePrompt operation.

interface DeletePromptParams {
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    promptId: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy (view full)

Properties

headers?: OutgoingHttpHeaders
projectId?: string

[REQUIRED] Specifies the project ID as the target. One target must be supplied per request.

promptId: string

Prompt ID.

signal?: AbortSignal
spaceId?: string

[REQUIRED] Specifies the space ID as the target. One target must be supplied per request.