deleteTestDistributionAgentPool

@DELETE(value = "api/test-distribution/agent-pools/{poolId}")
abstract suspend fun deleteTestDistributionAgentPool(@Path(value = "poolId") poolId: String)

Delete an Agent Pool. Delete an existing Agent Pool. Responses:

  • 200: The poolId referenced an existing Agent Pool and it was deleted.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

Unit

Parameters

poolId

The ID of the pool to view.