
sec:remove-credential-by-id( $credential-id as xs:unsignedLong ) as empty-sequence()
This function removes the specified credential.
| Parameters | |
|---|---|
| credential-id | The ID of the credential to be removed. |
http://marklogic.com/xdmp/privileges/remove-credential-by-id
This function must be executed against the security database.
xquery version "1.0-ml";
import module namespace sec = "http://marklogic.com/xdmp/security"
at "/MarkLogic/security.xqy";
sec:remove-credential-by-id(4358548373487543876)