delete_dev_doc
dev_doc soft delete.
시그니처
json
{
"name": "delete_dev_doc",
"arguments": { "title": "old-notes.md" }
}또는:
json
{ "id": "uuid-here" }파라미터
| 파라미터 | 타입 | 설명 |
|---|---|---|
title | string | 문서 title (id 와 둘 중 하나) |
id | string | UUID |
category | string | 동명 문서 disambiguation |
응답
json
{
"content": [
{ "type": "text", "text": "🗑️ Deleted: old-notes.md" }
]
}Soft delete
서버 DB 에 deleted_at 마킹. 30일 후 영구 정리.
웹 UI 에서 즉시 영구 삭제 가능.
에러
| 코드 | 메시지 |
|---|---|
| -32602 | title or id is required |
| -32603 | Document not found |
Claude
ainote 에서 "old-notes.md" 삭제