Soft-delete a conversation by setting deleted_at timestamp. Returns 204 on success.
cURL
curl --request DELETE \ --url https://api.zo.computer/conversations/{conversation_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Zo API key (zo_sk_...)
Successful Response