Deletes the comment given by id from the Figma file specified by key.
id
key
Future<void> deleteComment(String key, String id) async => await _deleteFigma('/files/$key/comments/$id');