removePrompts

fun removePrompts(promptNames: List<String>): Int(source)

Removes multiple prompts at once.

Return

The number of prompts that were successfully removed.

Parameters

promptNames

A list of prompt names to remove.

Throws

If the server does not support prompts.