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