Delete configuration
edit
Requestedit

DELETE /api/apm/settings/agent-configuration

Request bodyedit
service

(required, object) Service identifying the configuration to delete

Properties of service
name
(required, string) Name of service
environment
(optional, string) Environment of service
Exampleedit
DELETE /api/apm/settings/agent-configuration
{
    "service" : {
        "name": "frontend",
        "environment": "production"
    }
}