No Results
Delete LDAP Connection

EdgeCore version: 4.3.2

Method

DELETE /public/ldap/{ldapName}

Used to remove a specific LDAP connection.

Parameters

Name Type Description Mandatory
ldapName
string Name of the connection you want to delete Yes

 

cURL example

curl --location --request DELETE 'http://localhost:8080/public/ldap/EDGELDAP22' \
--header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5' 

HTTP Response

Code Status Description
204 No Content The request has succeeded, but there is no additional content to send in the response payload body.
404 Not Found The adapter configuration could not be found.

 


Terms | Privacy