Delete Group

Delete an Active Directory or Lightweight Directory Access Protocol group.

Request

Security

Table 1. Roles capable of executing the Delete Group API method
Any Super User System Admin Security Admin Operator
  superUser   securityAdmin  

HTTP method

POST /manager/api/{apiResponseType}/deleteGroup.adm HTTP/1.1 HOST:{manager.dsnet} id={groupId}&password={password}

Curl method

curl -u {admin}:{password} -k “https://{manager.dsnet}/manager/api/{apiResponseType}/deleteGroup.adm” -d “id={groupId}&password={password}”

Parameters

Table 2. Request Parameters for Delete Group (deleteGroup) API method
Parameter Type Usage Default Description
id Long Required  

ID of group to be deleted.

password String Required  

Password of currently logged in user.