---
title: "Delete an Analysis"
method: DELETE
path: "/v1/beam/analyses/{analysis_id}"
tags: ["Analyses"]
---

# Delete an Analysis

`DELETE /v1/beam/analyses/{analysis_id}`

Delete an existing Analysis. The Analysis will no longer appear in default search results, but can
still be retrieved by filtering with `status=deleted`. Any Analysis Groups containing this Analysis
will be automatically refreshed.

## Path parameters

- `analysis_id` string, required

## Response `202`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Bearer token scope insufficient
- `404` — Analysis not found
- `409` — Data conflict

---

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