How can I delete a bed from Ward Layout?

I want to delete a bed from the Ward Layout view. How can I do that? Is there a UI / SQL that I can use?

There is no way to delete from UI. Running below sql query worked for me.

delete from bed_location_map where bed_id =11