---
title: "Delete Studio"
method: DELETE
path: "/studios/{sessionId}"
tags: ["studios"]
---

# Delete Studio

`DELETE /studios/{sessionId}`

Deletes the Studio associated with the given Studio session ID.

## Path parameters

- `sessionId` string, required

## Query parameters

- `workspaceId` integer

## Response `204`

OK - No content

## Other responses

- `403` — Operation not allowed.
- `404` — NotFound, when the Studio is not found or when the API is disabled for the workspace.

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/versions/13316c9fe5ff/schema)
