Delete configuration

edit
Request
edit

DELETE /api/apm/settings/agent-configuration

Request body
edit
service

(required, object) Service identifying the configuration to delete

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