curl --request DELETE \
--url https://api.zo.computer/browser/session/{session_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Close a Steel browser session and persist its context for reuse.
Args: session_id: The ID of the session to close
curl --request DELETE \
--url https://api.zo.computer/browser/session/{session_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}