How to delete a document with the Immutable facet?

Hi,

For some reason a document has obtained the Immutable facet.

first question:

- what are the situations that yield a document to become Immutable?

second question:

- for some (unknown) reason, a document is now Immutable
- Suppose now we nevertheless want to delete this document, how to do it? (of course, even being Administrator a document.delete fro API REST would not work.)
- 

Thanks for any hint.

Regards Christian

0 votes

1 answers

1800 views

ANSWER



Hi

This is now solved:

the document is obtained using a NXSQL query and references actually a registered version of the document. This explains why this document is Immutable.

In fact the problem was just that to identify that this was a version in the history and thus it was just not appropriate to delete it.

Thus I consider this question as solved.

0 votes