Delete Super Metric

Delete Super Metric

Delete a SuperMetric

Request
URI
DELETE
https://{api_host}/suite-api/api/supermetrics/{id}
COPY
Path Parameters
string
id
Required

The Identifier of the SuperMetric to delete


Authentication
This operation uses the following authentication methods.
Responses
204

The super metric is deleted successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/supermetrics/{id}