RemoveLdapQueryFromAgent

Returns (Task)

Un-register a Ldap Query from the designated Ldap Agent.

Name Description
ldapAgent The LDAP agent to remove the query from
ldapQuery The LDAP query to remove

Remove Ldap Query From Agent

Example in C#

// Returns: nothing
await client.RemoveLdapQueryFromAgent(LdapAgentInfo ldapAgent, LdapQueryInfo ldapQuery);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/ldapagents/AGENT.KEY/connections/LdapQuery?isOneToOne=False&relatedKey=QUERY.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'