modal inside a modal (delete confirmation)

I have a View/Edit button which shows the details ofuser in a modal when clicked. In modal it has Save and delete buttons. When they click on delete button the user will be deleted. Before they delete, I want to show a delete confirmation. But How would I show that?

I feel it's not a good practice to show a modal inside a modal. Or Is it okay?