DeleteLdapAgentAsync

Returns (Task)

Destroy the designated Ldap Agent.

Name Description
item

Delete Ldap Agent Async

Example in C#

// Returns: nothing
await client.DeleteLdapAgentAsync(LdapAgentInfo item);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/ldapagents/AGENT.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'