---
title: "Delete aggregation"
method: DELETE
path: "/v1/aggregations/{aggregation_id}"
tags: ["Aggregations"]
---

# Delete aggregation

`DELETE /v1/aggregations/{aggregation_id}`

Delete an aggregation by aggregation ID.

## Path parameters

- `aggregation_id` string, required

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Response `200`

Success response.

- SuccessResponse — A simple success response.
  - `success` boolean, required

---

[API](https://skmtc.net/privy-io/apis/privy-api.md) · [All operations](https://skmtc.net/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privy-io/privy-api/revisions/bb2eb34156cc/schema)
