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

Body

application/json
ids
string[]
required

Array of log IDs to delete

Response

Logs deleted successfully

message
string