Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt

Use this file to discover all available pages before exploring further.

SDK

resp = client.delete(["item-1", "item-2"])
print(resp["deleted"], resp["not_found_ids"])

HTTP client

resp = client.delete_items({"ids": ["item-1"]})
See API: Delete.