MemoryMesh

delete_location

Delete an existing location from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
delete_locationYesDelete parameters for location

Input Schema (JSON Schema)

{ "properties": { "delete_location": { "description": "Delete parameters for location", "properties": { "name": { "description": "The name of the location to delete", "type": "string" } }, "required": [ "name" ], "type": "object" } }, "required": [ "delete_location" ], "type": "object" }