readwise_delete_document
Remove unwanted documents from Readwise Reader by providing the document ID. This tool ensures efficient document management within the Readwise MCP Enhanced server.
Instructions
Delete a document from Readwise Reader
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Document ID to delete |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"id": {
"description": "Document ID to delete",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}