ContentItem has a delete method, but Content does not. So to delete, I have to `client.content.get(guid).delete()`, which is unnecessary.
ContentItem has a delete method, but Content does not. So to delete, I have to
client.content.get(guid).delete(), which is unnecessary.