---
title: "Delete a trace by identifier"
method: DELETE
path: "/v1/traces/{trace_identifier}"
tags: ["traces"]
---

# Delete a trace by identifier

`DELETE /v1/traces/{trace_identifier}`

Delete an entire trace by its identifier. The identifier can be either:
1. A Relay node ID (base64-encoded)
2. An OpenTelemetry trace_id (hex string)

This will permanently remove all spans in the trace and their associated data.

## Path parameters

- `trace_identifier` string, required — The trace identifier: either a relay GlobalID or OpenTelemetry trace_id

## Response `204`

Successful Response

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/5339b2afd3a2/schema)
