IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete configuration
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Delete configuration
editRequest
editDELETE /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
editDELETE /api/apm/settings/agent-configuration
{
"service" : {
"name": "frontend",
"environment": "production"
}
}