Phrases MCP Server

delete-phrase

Remove a specific phrase by its unique ID from the Phrases MCP Server. Simplify phrase management by directly deleting unnecessary or outdated entries.

Instructions

Deletes a phrase by its ID.

Input Schema

NameRequiredDescriptionDefault
idYesPhrase ID to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Phrase ID to delete", "minimum": 0, "type": "number" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Phrases MCP Server

Related Tools

ID: yvuwrhwq0r