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