averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

Add support for document deletion endpoint #158

Closed DavidHuebner closed 1 month ago

DavidHuebner commented 1 month ago

Is your feature request related to a problem? Please describe. From the HD 7.5 onwards, there will be the option to delete specific documents from a document collection via the API.

Describe the solution you'd like Support this endpoint in the Averbis Python API.

document_collection.delete_document(self, document_name: str) -> dict

Describe alternatives you've considered None

Additional context The last end point is the new one:

Unsaved Image 1