Destroying Regions

I can't figure out the code for removing regions I've tried.

Code: [Select]
kill(getLastCreatedRegion());
Code: [Select]
destroy(getLastCreatedRegion());
Neither of those work. What is it?
Also, how would I go about killing the region specified by a custom block field?