---
title: "Undeploy an existing (non-shared) test suite from a specification."
method: POST
path: "/testsuite/undeploy"
tags: ["Test suites"]
---

# Undeploy an existing (non-shared) test suite from a specification.

`POST /testsuite/undeploy`

## Request body

- TestSuiteUndeployRequest — Request to undeploy a given test suite.
  - `specification` string, required — The API key value to uniquely identify the specification from which the test suite will be undeployed from.
  - `testSuite` string, required — The identifier of the test suite that will be undeployed.

## Response `200`

Test suite successfully undeployed.

## Other responses

- `429` — Call rate limit threshold exceeded for this operation.
- `default` — The received request was invalid.

---

[API](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api.md) · [All operations](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ec-jrc/interoperability-test-bed-rest-api/revisions/433b3c0ae6d4/schema)
