---
title: "Remove tests from run"
method: PUT
path: "/api/v1/run/remove-tests"
tags: ["Runs"]
---

# Remove tests from run

`PUT /api/v1/run/remove-tests`

Remove specific tests from a run

## Request body

- object
  - `runId` integer, required
  - `testIds` integer[], required

## Response `200`

Tests removed successfully

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
