Skip to main content

Function: deletePrompt()

function deletePrompt(options: DeletePromptOptions): Promise<void>;
Defined in: src/utils/prompt-templates.ts Deletes a prompt template.

Parameters

options

DeletePromptOptions Delete options containing the template identifier.

Returns

Promise<void> A promise that resolves when the template is removed.