delete_prompt
Remove unwanted prompts by specifying their unique ID using this tool, ensuring clean and organized prompt management on Promptopia MCP.
Instructions
Deletes a prompt by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the prompt to delete |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID of the prompt to delete",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}