sec:remove-credential-by-id

sec:remove-credential-by-id(
   $credential-id as xs:unsignedLong
) as empty-sequence()

Summary

This function removes the specified credential.

Parameters
credential-id The ID of the credential to be removed.

Required Privileges

http://marklogic.com/xdmp/privileges/remove-credential-by-id

Usage Notes

This function must be executed against the security database.

Example



xquery version "1.0-ml"; 
 
import module namespace sec = "http://marklogic.com/xdmp/security" 
      at "/MarkLogic/security.xqy";
 
sec:remove-credential-by-id(4358548373487543876)

    
Powered by MarkLogic Server | Terms of Use | Privacy Policy