Contents

ドキュメントの削除

DELETE /api/v2/documents/:documentId

ドキュメントを削除します。

実行可能な権限

管理者
一般ユーザー

URLパラメーター

パラメーター名内容
documentIdstringドキュメントのID

レスポンス例

レスポンスボディ

{
    "id": "019b4e27b88b7cc4ae16d72c3de62299",
    "projectId": 17,
    "title": "test18",
    "json": null,
    "plain": null,
    "statusId": 1,
    "emoji": "👍",
    "createdUserId": 2,
    "created": "2025-12-24T02:19:42Z",
    "updatedUserId": 2,
    "updated": "2025-12-24T02:19:42Z"
}