삭제¶ GET /api/v1/notes/{notes_uuid}/delete 개요¶ 노트 삭제 라우팅 파라미터¶ 파라미터명 유형 필수 설명 notes_uuid string Y 노트 UUID 파라미터 추가 설명¶ 파라미터 설명: 요청 예시¶ curl 'https://openapi.guance.com/api/v1/notes/notes_xxxx32/delete' \ -H 'DF-API-KEY: <DF-API-KEY>' \ --compressed 응답¶ { "code": 200, "content": { "noteName": "modify_openapi" }, "errorCode": "", "message": "", "success": true, "traceId": "TRACE-3D1E2066-B798-4CE2-AE8C-756E347D7F7F" }