{ "summary": "deleteNote", "operationId": "deleteNoteUsingDELETE", "method": "DELETE", "path": "/v2/meetings/{meetingId}/notes/{noteId}", "tags": [ "meeting-note-resource" ], "description": "DELETE /v2/meetings/{meetingId}/notes/{noteId}", "parameters": { "meetingId": "", "noteId": "" }, "response": { "status": 200, "description": "OK" } }