map:delete( $map as map:map, $key as xs:string ) as empty-sequence()
Delete a value from a map.
Parameters | |
---|---|
map | A map. |
key | A key. |
map:delete($table, "some-key") => ()
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.