sec:saml-entity-delete

sec:saml-entity-delete(
   $saml-entity-id as xs:string
) as empty-sequence()

Summary

This function deletes the named SAML entity.

Parameters
saml-entity-id The id of the SAML entity to be deleted.

Example



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") 
 
    
Powered by MarkLogic Server | Terms of Use | Privacy Policy