# File lib/fog/planning/openstack/requests/remove_role_from_plan.rb, line 5
        def remove_role_from_plan(plan_uuid, role_uuid)
          request(
            :expects => [200],
            :method  => 'DELETE',
            :path    => "plans/#{plan_uuid}/roles/#{role_uuid}"
          )
        end