Returns (Task)
Un-register a Ldap Query from the designated Ldap Agent.
| Name | Description |
|---|---|
| ldapAgent | |
| ldapQuery |
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'