Create a method `Document.delete` -- a very simple one, something like this: ``` python def delete(self): return self.session.delete(self.url).ok ```