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>"
}
'{}Clear the active persona for a conversation type.
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>"
}
'{}