delete_attachment
Remove an image reference from a document while keeping the actual file in storage; unlink attachments from documents without permanent deletion.
Instructions
Remove an image from a document by deleting its reference from the document body. IMPORTANT: this does NOT delete the stored image itself — the Meet Rupert platform exposes no endpoint for that, so the object remains in storage and stays reachable by anyone holding a signed URL. Treat this as 'unlink from document', not 'delete'. Genuine deletion needs a platform change; do not tell a user their file has been erased.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | The document to remove the reference from (get it from list_attachments or search_documents). | |
| attachmentId | Yes | The attachment's id, from list_attachments or create_attachment. |