---
title: "Delete Customer Persona"
method: DELETE
path: "/v1/customer-persona/{persona_id}"
tags: ["Customer Personas"]
---

# Delete Customer Persona

`DELETE /v1/customer-persona/{persona_id}`

Delete a specific customer persona by ID.

## Path parameters

- `persona_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- CustomerPersonaPydantic — Pydantic version of CustomerPersona for validation and serialization.
  - `id` string, uuid, nullable
  - `created_at` string, date-time, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `goal` string, nullable
  - `org_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

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