Thanks, now i have solved my problem, with this query i can delete NonXml-documents with the TamX-Api:
declare namespace tf=“http://namespaces.softwareag.com/tamino/TaminoFunction”
update for $i in input()//:text
where tf:getInoId($i) = 1
do delete $i/…
This deletes the document with InoId = 1. I have defined a schema “text” in my collection and ‘text’ is a reserved word, so that i need the ‘//:’ before… i found this information also in the forum…
Thank you very much for the help…
#webMethods-Tamino-XML-Server-APIs#API-Management#webMethods