Skip to main content
DELETE
/
api
/
mcp-logs
Delete MCP tool logs
curl --request DELETE \
  --url http://localhost:8080/api/mcp-logs \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "message": "<string>"
}

Body

application/json

Delete MCP logs request

ids
string[]
required

Array of log IDs to delete

Response

MCP tool logs deleted successfully

Simple message response

message
string