delete_document
Remove a specific document by its ID from a collection in Typesense databases to manage and maintain accurate data storage and organization.
Instructions
Deletes a single document by its ID from a specific collection.
Args:
ctx (Context): The MCP context.
collection_name (str): The name of the collection.
document_id (str): The ID of the document to delete.
Returns:
dict | str: The deleted document dictionary or an error message string.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_name | Yes | ||
document_id | Yes |