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