DELETE Agent Pools ID

The DELETE /AgentPools/{id} method is used to delete an existing orchestratorClosed Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. (a.k.a. agent) pool. This endpointClosed An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.

Tip:  The following permissions (see Security Overview) are required to use this feature:

SslManagement: Read
SslManagement: Modify

Table 92: DELETE AgentPools {id} Input Parameters

Name In Description
id Path Required. A string indicating the GUID of the orchestrator pool to delete.

Use the GET /AgentPools method (see GET Agent Pools) to retrieve a list of all the orchestrator pools to determine the orchestrator pool GUID. The Default Agent Pool cannot be deleted.