Dart MCP Server

delete_space

Delete a space and all its contents

Input Schema

NameRequiredDescriptionDefault
space_duidYesDUID of the space to delete

Input Schema (JSON Schema)

{ "properties": { "space_duid": { "description": "DUID of the space to delete", "type": "string" } }, "required": [ "space_duid" ], "type": "object" }