Skip to main content
Glama

delete_object

Permanently remove an object and all its content from an Anytype space. Verify the object ID before deletion as this action cannot be undone.

Instructions

Permanently removes an object from a specified Anytype space. This tool deletes the object and all its content. Use this tool with caution as deleted objects cannot be recovered. Always verify the object ID before deletion to avoid removing important content.

Input Schema

NameRequiredDescriptionDefault
space_idYesSpace ID containing the object
object_idYesObject ID to delete

Input Schema (JSON Schema)

{ "properties": { "object_id": { "description": "Object ID to delete", "type": "string" }, "space_id": { "description": "Space ID containing the object", "type": "string" } }, "required": [ "space_id", "object_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Qwinty/anytype-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server