# File lib/fog/workflow/openstack/v2/requests/delete_execution.rb, line 16 def delete_execution(_id) response = Excon::Response.new response.status = 204 response end