Delete LDAP configuration
Deletes a single LDAP configuration.
Path parameters
-
realm_id
string Required The Elasticsearch Security realm identifier.
Query parameters
-
version
string When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)
DELETE
/platform/configuration/security/realms/ldap/{realm_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/platform/configuration/security/realms/ldap/{realm_id}' \
--user "username:password"