---
title: "Remove test run"
method: DELETE
path: "/journeyRuns/{id}"
tags: ["TestRun"]
---

# Remove test run

`DELETE /journeyRuns/{id}`

Used to delete an existing test run

## Path parameters

- `id` string, required

## Response `204`

Confirms the test run does not exist

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `404` — Test run not found for specified identifier
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
