
pki:delete-authority( $name as xs:string ) as xs:string)
This function deletes a certificate authority that was created using pki:create-authority.
| Parameters | |
|---|---|
| name | The name of the certificate authority to be deleted. |
xquery version "1.0-ml";
import module namespace pki = "http://marklogic.com/xdmp/pki"
at "/MarkLogic/pki.xqy";
pki:delete-authority("acme-ca")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.