atlas-mcp-server

by cyanheads
Verified

whiteboard_delete

Permanently delete a whiteboard and its entire version history with the specified ID. This irreversible action ensures complete removal from the ATLAS MCP server, streamlining task and data management.

Instructions

Delete a whiteboard and its entire version history permanently. This operation cannot be undone.

Input Schema

NameRequiredDescriptionDefault
idYesWhiteboard ID to delete.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Whiteboard ID to delete.", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: b8veo1exod