In the standard way, only the owner can delete his own post. If you want only admins to have this right, you should do this override:
<override_macro name="can_delete" requires="user" dot_parameter="node_attr">
<n.is_site_admin/>
</override_macro>
Edit your
can_delete macro.