---
title: "delete persona"
method: DELETE
path: "/v1/personas/{id}"
tags: ["Personas"]
---

# delete persona

`DELETE /v1/personas/{id}`

Delete a persona by id

## Path parameters

- `id` string, required

## Response `200`

Successfully deleted persona

- object
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - Account does not have access or API key lacks the required permission
- `404` — Not Found - Persona not found
- `500` — Server error

---

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