Skip to main content

Delete custom metrics data points

DELETE 

/api/v1/eng-intel/custom-metrics/:customMetricKey/entity/:tagOrId

Deletes custom metric data points for entity.

Request

Path Parameters

    customMetricKey stringrequired

    Key for the custom metric filter

    tagOrId stringrequired

    The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

Query Parameters

    startDate date-timerequired

    Start date for the deletion (inclusive)

    endDate date-timerequired

    End date for the deletion (inclusive)

Responses

Successfully deleted data points

Loading...