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

# DELETE Delete a test

> Delete a saved browser-agent test

```bash theme={null}
DELETE /runner/tests/{test_id}
```

Deletes a saved test owned by the authenticated user.

**Response**

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