Skip to content

Should be able to delete documents #27

@turicas

Description

@turicas

Create a method Document.delete -- a very simple one, something like this:

def delete(self):
    return self.session.delete(self.url).ok

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions