---
title: "Delete prompt session"
method: DELETE
path: "/api/prompt-repo/sessions/{id}"
tags: ["Prompt Repository"]
---

# Delete prompt session

`DELETE /api/prompt-repo/sessions/{id}`

Deletes a specific session.

## Path parameters

- `id` integer, required

## Response `200`

Session deleted

- MessageResponse — Simple message response
  - `message` string

## Other responses

- `404` — Session not found
- `500` — Internal server error

---

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