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