Opik MCP Server

Official

delete-prompt

Remove prompts efficiently by specifying the prompt ID to clean up or manage resources in the Opik MCP Server environment.

Instructions

Delete a prompt

Input Schema

NameRequiredDescriptionDefault
promptIdYesID of the prompt to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "promptId": { "description": "ID of the prompt to delete", "type": "string" } }, "required": [ "promptId" ], "type": "object" }
ID: hcctr0h0vs