// Adds dimensions UUID, Author and Topic into GA4
Monday, July 14, 2025
29 C
Singapore

Civil defence volunteer accidentally shoots himself

India — A civil defence volunteer accidentally shot himself in his knee at his home in South Delhi’s Neb Sarai but cooked up a story that he was shot by motorcycle-borne men, the police said.

The accused man, 30-year-old Sujeet Kumar, remains hospitalised and the police are waiting for him to recover before they pursue “suitable action” against him.

“We are also questioning his wife who hid the gun on his behalf,” said Atul Kumar Thakur, deputy commissioner of police (south).

Kumar, who also works as a driver, is an accused in two murder cases and one of Arms Act and has spent time in Dasna Jail in Uttar Pradesh.

See also  Assam security tight for Indian 'citizens list' release

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });