---
title: "Delete a terminal session corresponding to an id."
method: DELETE
path: "/api/terminals/{terminal_id}"
tags: ["terminals"]
---

# Delete a terminal session corresponding to an id.

`DELETE /api/terminals/{terminal_id}`

## Path parameters

- `terminal_id` string, required

## Response `204`

Successfully deleted terminal session

## Other responses

- `403` — Forbidden to access
- `404` — Not found

---

[API](https://skmtc.dev/google/apis/jupyter-server-api.md) · [All operations](https://skmtc.dev/google/apis/jupyter-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/jupyter-server-api/revisions/b6f1ce06c896/schema)
