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.
Array of log IDs to delete
Logs deleted successfully
Was this page helpful?