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
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}
Super Metrics Operations
GET
Get Super Metrics
PUT
Update Super Metric
POST
Create Super Metric
GET
Get Super Metric
DELETE
Delete Super Metric