Skip to main content
DELETE
/
api
/
sessions
/
{session_id}
Delete Session
curl --request DELETE \
  --url https://agentcell.live/api/sessions/{session_id}

Path parameters

ParameterTypeDescription
session_idstringThe session ID

Request

curl -X DELETE https://agentcell.live/api/sessions/SESSION_ID \
  -H "X-API-Key: YOUR_API_KEY"

Response

{
  "status": "ok"
}
This stops the Android container and cleans up all resources. The session cannot be restarted after deletion.