Skip to main content
DELETE
Delete Persona
Pass the personaId as a path parameter. Deletion is permanent — there is no undo.An unknown id, a persona belonging to another team, and the persona lemlist auto-generates from your AI business context all answer the same 404: they are indistinguishable by design.
This endpoint is in closed beta. It answers 403 with the code BETA_NOT_ENABLED unless the personas beta is enabled for your team.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

personaId
string
required

Id of the persona to delete

Minimum string length: 1

Response

Persona deleted

data
object