# File lib/fog/workflow/openstack/v2/requests/delete_action.rb, line 6 def delete_action(name) request( :expects => 204, :method => "DELETE", :path => "actions/#{URI.encode(name)}" ) end