# File lib/fog/workflow/openstack/v2/requests/delete_action_execution.rb, line 6
          def delete_action_execution(id)
            request(
              :expects => 204,
              :method  => "DELETE",
              :path    => "action_executions/#{id}"
            )
          end