> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcell.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Session

> Stop and remove an Android instance

## Path parameters

| Parameter    | Type   | Description    |
| ------------ | ------ | -------------- |
| `session_id` | string | The session ID |

## Request

```bash theme={null}
curl -X DELETE https://agentcell.live/api/sessions/SESSION_ID \
  -H "X-API-Key: YOUR_API_KEY"
```

## Response

```json theme={null}
{
  "status": "ok"
}
```

This stops the Android container and cleans up all resources. The session cannot be restarted after deletion.
