Web application metrics API - DELETE a metric
Deletes the specified calculated web application metric definition.
DELETE |
|
Authentication
To execute this request, you need the Write configuration (WriteConfig
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
metricKey | string |
The key of the metric to be deleted. |
path | required |
Response
Response codes
Code | Description |
---|---|
204 | Deleted. Response doesn't have a body. |
Response body
A successful request doesn't return any content.