{ "summary": "deletePoint", "operationId": "deletePointUsingDELETE", "method": "DELETE", "path": "/v2/meetings/{meetingId}/talkingpoints/{pointId}", "tags": [ "talking-point-resource" ], "description": "DELETE /v2/meetings/{meetingId}/talkingpoints/{pointId}", "parameters": { "meetingId": "", "pointId": "" }, "response": { "status": 200, "description": "OK" } }