Loading TOC...

sec.samlEntityDelete

sec.samlEntityDelete(
   saml-entity-id as String
) as null

Summary

This function deletes the named SAML entity.

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

Example


    // execute this against the security database
    declareUpdate();
    const sec = require('/MarkLogic/security');
        
    sec.samlEntityDelete("http://id.example.com/example");

      

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