batchDeleteAgents
inline suspend fun ApplicationDiscoveryClient.batchDeleteAgents(crossinline block: BatchDeleteAgentsRequest.Builder.() -> Unit): BatchDeleteAgentsResponse
Deletes one or more agents or collectors as specified by ID. Deleting an agent or collector does not delete the previously discovered data. To delete the data collected, use StartBatchDeleteConfigurationTask
.