---
title: "Unlink a user from a persona"
method: DELETE
path: "/v1/personas/{persona_id}/link/{user_id}"
tags: ["v1 personas"]
---

# Unlink a user from a persona

`DELETE /v1/personas/{persona_id}/link/{user_id}`

Remove a user's link to a persona. The user will no longer see the persona's memories.

## Path parameters

- `persona_id` string, required
- `user_id` string, required

## Response `200`

Successful Response

- LinkUserToPersonaResponse — Response model for linking a user to a persona
  - `message` string, required
  - `persona_id` string, required
  - `user_id` string, required
  - `cloned_persona_id` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/elicitlabs/apis/elicit-labs-api.md) · [All operations](https://skmtc.net/elicitlabs/apis/elicit-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elicitlabs/elicit-labs-api/revisions/27701839a070/schema)
