---
title: "Delete MCP tool logs"
method: DELETE
path: "/api/mcp-logs"
tags: ["Logging"]
---

# Delete MCP tool logs

`DELETE /api/mcp-logs`

Deletes MCP tool logs by their IDs.

## Request body

- object — Delete MCP logs request
  - `ids` string[], required — Array of log IDs to delete

## Response `200`

MCP tool logs deleted successfully

- MessageResponse — Simple message response
  - `message` string

## Other responses

- `400` — Bad request
- `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)
