Closed jo-bata closed 5 years ago
[Request] DELETE /v1/devices/{device-id}/files/{file-id}/highlights/{highlight-id} [Response: 200, OK] { "id": 1, "fileId": 1, "startIndex": 10, "endIndex": 20, "content": "안녕", "type": "WORD", "isImportant": true } [Response: 404, NOT_FOUND] { "code": 404, "msg": "Highlight Does Not Exist.", "timestamp": "2019-07-11T17:44:45.349" }
단일 파일 단일 하이라이트 삭제하기 API
relate to issue
Reference