DELETE
/
api
/
server
/
logs
Clear system logs
curl --request DELETE \
  --url http://localhost:3000/api/server/logs
{
  "status": "success",
  "message": "Logs cleared successfully"
}

Response

200
application/json

Logs cleared successfully

The response is of type object.