Skip to main content
DELETE
/
personas
/
active
Clear Active Persona
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>"
}
'
{}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

application/json
conversation_type
string
required
agent_id
string | null

Response

Successful Response

The response is of type Response Clearactivepersona · object.