---
title: "Delete agent persona"
method: DELETE
path: "/api/v0/agent/personas/{persona_id}"
tags: ["Agent Personas"]
---

# Delete agent persona

`DELETE /api/v0/agent/personas/{persona_id}`

Delete a persona. Sessions linked to it have ``persona_id`` set to NULL via ON DELETE SET NULL — they keep working with no persona attached.

## Path parameters

- `persona_id` string, uuid, required

## Response `200`

Successful Response

- AgentPersonaDeleteResponse — Response for deleting an agent persona.
  - `message` string, required — The deletion confirmation message.
  - `persona_id` string, uuid, required — The ID of the deleted persona.

## Other responses

- `422` — Validation Error

---

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