---
title: "Delete a runtime"
method: DELETE
path: "/v1/runtimes/{id}"
tags: ["Runtime"]
---

# Delete a runtime

`DELETE /v1/runtimes/{id}`

Deletes a runtime.

## Path parameters

- `id` string, required

## Response `200`

OK

- DeleteRuntimeResponse
  - `deleted` boolean
  - `id` string

## Other responses

- `401` — Unauthenticated error response

## Changes

- **2025-06-29** `bab65e0b0c2b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/riza-io/apis/execute/changes/v1/runtimes/:id/delete.md)

---

[API](https://skmtc.dev/riza-io/apis/execute.md) · [All operations](https://skmtc.dev/riza-io/apis/execute/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riza-io/execute/revisions/bab65e0b0c2b/schema)
