Loading TOC...

MarkLogic 12 Product Documentation
admin:revoke-dynamic-host-token

admin:revoke-dynamic-host-token(
   $tokens as xs:string*
) as empty-sequence()

Summary

This function revokes an active dynamic host token issued by MarkLogic.

Parameters
tokens A list of dynamic host tokens to be revoked.

Required Privileges

This operation requires the following privilege:

http://marklogic.com/xdmp/privileges/admin/revoke-dynamic-host-token

Example


  xquery version "1.0-ml";

  import module namespace admin = "http://marklogic.com/xdmp/admin"
      at "/MarkLogic/admin.xqy";

  admin:revoke-dynamic-host-token(('eyJ....', 'eyJ....'))
   

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.