---
title: "Delete a persona"
method: DELETE
path: "/v1/persona/{personaId}"
tags: ["Simulation Persona"]
---

# Delete a persona

`DELETE /v1/persona/{personaId}`

Soft-deletes a persona by its ID. The persona is hidden from all reads and stops being available to new simulations, but its record and history are retained. System personas cannot be deleted.

## Path parameters

- `personaId` string, required

## Response `200`

The persona was deleted

- object
  - `data` object, required
    - `id` string, uuid, required — Unique identifier of the deleted persona
    - `deleted` true, required — Always true when the persona was successfully deleted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-03** `e23709e30785` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/roarkhq/apis/roark-analytics-api/changes/v1/persona/:personaId/delete.md)

---

[API](https://skmtc.dev/roarkhq/apis/roark-analytics-api.md) · [All operations](https://skmtc.dev/roarkhq/apis/roark-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roarkhq/roark-analytics-api/revisions/7bed4709abaa/schema)
