sec:saml-entity-delete( $saml-entity-id as xs:string ) as empty-sequence()
This function deletes the named SAML entity.
Parameters | |
---|---|
saml-entity-id | The id of the SAML entity to be deleted. |
xquery version "1.0-ml"; import module namespace sec = "http://marklogic.com/xdmp/security" at "/MarkLogic/security.xqy"; sec:saml-entity-delete("http://id.example.com/example")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.