---
title: "Delete Saved Metric"
method: DELETE
path: "/v2/reporting/metrics/{id}"
tags: ["Reporting"]
---

# Delete Saved Metric

`DELETE /v2/reporting/metrics/{id}`

Permanently removes a saved metric configuration from the profile.

## Path parameters

- `id` string, uuid, required

## Response `200`

Metric deleted successfully

- MetricResponse — Single metric response
  - `status` 'success'
  - `data` Metric — A saved metric definition
    - `id` string, uuid, required — Unique metric identifier
    - `profileId` string, uuid, required — Profile ID that owns this metric
    - `template` 'GROSS_VOLUME' | 'TRANSACTION_COUNT' | 'NEW_USERS', required — Metric template name
    - `name` string, required — User-defined metric name
    - `params` MetricParams, required — Metric parameters. Structure varies by template, but common fields include: - Date range filters - Calculation interval - Breakdown dimensions - Template-specific filters Additional properties may be present based on the metric template. Each template may define template-specific parameters.
      - `createdAfter` string, date — Filter transactions created after this date (ISO 8601)
      - `createdBefore` string, date — Filter transactions created before this date (ISO 8601)
      - `calculationInterval` 'day' | 'week' | 'month' | 'quarter' | 'year' — Time interval for aggregation
      - `userIds` string[] — Filter by specific user IDs
      - `transactionTypes` string[] — Filter by transaction types
      - `transactionStatuses` string[]
      - `breakdowns` string[] — Dimensions to group results by. Maximum 2 breakdowns allowed. Field names in response data will match these dimension names.
      - `limit` integer — Maximum number of records to return
    - `createdAt` string, date-time, required — Creation timestamp
    - `updatedAt` string, date-time, required — Last update timestamp
  - `metadata` object

## Other responses

- `400` — Bad request - validation error
- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hifibridge/apis/hifi-api.md) · [All operations](https://skmtc.net/hifibridge/apis/hifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hifibridge/hifi-api/versions/74d9e530fbea/schema)
