delete_version_series
Remove all document versions permanently from the content repository by specifying the version series ID.
Instructions
Deletes an entire version series (all versions of a document) in the content repository.
:param version_series_id: The version series ID (GUID) to delete. If you don't have the version series ID, first call get_document_property on the document to get the version series ID.
:returns: If successful, returns the deleted version series ID as a string. If unsuccessful, returns a ToolError with details about the failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version_series_id | Yes |