I have Tried Following Code
tell application "Adobe InDesign CS5.5"
select text of XML element 1 of active document
set xmlelem to item 1 of associated XML elements of selection
untag xmlelem
end tell
I got an error
"Adobe InDesign CS5.5 got an error: This element cannot be deleted."
Is there any way to untag root element?