Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request DELETE \ --url http://localhost:8080/api/mcp-logs \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{ "message": "<string>" }
Deletes MCP tool logs by their IDs.
Delete MCP logs request
Array of log IDs to delete
MCP tool logs deleted successfully
Simple message response
Was this page helpful?