Customization of Bulk Action in Account Module

I want to customize my bulk actions. Like i just want to see Edit, Merge, Mass Update. Can anyone help me fix my problem ?

For that you need to add/edit the view list. Check this sample:

http://urdhva-tech.blogspot.com/2014/10/reverse-listview-action-buttons.html

To remove the options you need something like this:

unset($this->dv->defs['templateMeta']['form']['buttons'][0]);
unset($this->dv->defs['templateMeta']['form']['buttons'][1]);
unset($this->dv->defs['templateMeta']['form']['buttons'][2]);
unset($this->dv->defs['templateMeta']['form']['buttons'][3]);

If the folder path does not exit . i will be the one to create it ?

Create the file and include the the content from the sample on that link.