Delete an access pool

Delete an access pool in the system.

Request

Security

Table 1. Roles capable of executing the Delete Access Pool API method
Any Super User System Admin Security Admin Operator
  superUser systemAdmin    

HTTP method

POST /manager/api/{apiResponseType}/1.0/deleteAccessPool.adm HTTP/1.1 Host:{manager.dsnet} id={apId}&password={password}

Curl method

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

Parameters

Table 2. Request Parameters for Delete Access Pool (deleteAccessPool) API method
Parameter Type Usage Default Description
id Long Required true

Manager generated ID of the object to delete.

password String Required true

Password of the user that is making the request.