# Deleting KONG entities does not delete it from Database

**URL:** https://discuss.konghq.com/t/deleting-kong-entities-does-not-delete-it-from-database/8446
**Category:** Questions
**Created:** [May 26, 2021, 6:44pm UTC](https://discuss.konghq.com/t/deleting-kong-entities-does-not-delete-it-from-database/8446 "2021-05-26T18:44:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sid-git](https://avatars.discourse-cdn.com/v4/letter/s/e68b1a/32.png) [@sid-git](https://discuss.konghq.com/u/sid-git)
#### Post date: [May 26, 2021, 6:44pm UTC](https://discuss.konghq.com/t/deleting-kong-entities-does-not-delete-it-from-database/8446/1 "2021-05-26T18:44:32Z")

</div>

I have a KONG implementation with postgress in kubernetes, where i try to delete routes/services via admin API or delete the ingress ingress via k8s , the corresponding route/Services entry in the database table is not being deleted. I tried to delete it manually too and it does not delete?

However I do not see it when i do a HTTP GET on the services/routes via admin API. I am I missing something here? Appreciate any help on this.
