Agent Personas

Delete agent persona

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.

delete/api/v0/agent/personas/{persona_id}

Path parameters

persona_idstring uuid required

Response

Successful Response

messagestring required

The deletion confirmation message.

persona_idstring uuid required

The ID of the deleted persona.

Changes

No recorded changes to this endpoint across all 1 revision of this API.