I was reading this question Deleting a const pointer and wanted to know more about delete behavior. Now, as per my understanding:
delete
delete expressio
As this answer says, delete is not a method like any other, but a part of the langage to destruct objects. const-ness has no bearing on destructability.
const