Clear the active persona for a conversation type.
cURL
curl --request DELETE \ --url https://api.zo.computer/personas/active \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "conversation_type": "<string>", "agent_id": "<string>" } '
{}
Zo API key (zo_sk_...)
Conversation type to clear: 'main', 'greeting', 'sms', 'email', 'telegram', or 'schedule'
Agent ID when clearing persona for scheduled tasks
Successful Response
The response is of type Response Clearactivepersona · object.
Response Clearactivepersona · object