dropMCPPrompt
Syntax
dropMCPPrompt(name)
Arguments
name is a STRING scalar indicating the name of the prompt template.
Details
Deletes an MCP prompt template. If the template has been published, call
withdrawMCPPrompts
to withdraw it before deleting it.
Return value: A string ndicating the name of the deleted MCP prompt template.
Examples
dropMCPPrompt("stock_summary")
// output:'stock_summary'